We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ee9c07 + 2737de6 commit 59a2f80Copy full SHA for 59a2f80
Gemfile
@@ -1,7 +1,5 @@
1
source "http://rubygems.org"
2
3
-git_source(:github) { |repo| "https://github.com/#{repo}.git" }
4
-
5
group :development do
6
gem "juwelier", "~> 2.0"
7
gem "rspec_junit_formatter"
@@ -21,10 +19,6 @@ group :test, :development do
21
19
end
22
20
23
platforms :ruby, :mswin, :mingw do
24
- if RUBY_VERSION >= "3.2"
25
- gem "ruby-oci8", github: "kubo/ruby-oci8", branch: "master"
26
- else
27
- gem "ruby-oci8", "~> 2.1"
28
- end
+ gem "ruby-oci8", "~> 2.1"
29
30
0 commit comments