Skip to content

Commit 59a2f80

Browse files
authored
Merge pull request #215 from yahonda/ruby_oci8_ruby32
ruby-oci8 2.2.10 supports Ruby 3.2.0dev
2 parents 1ee9c07 + 2737de6 commit 59a2f80

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Gemfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
source "http://rubygems.org"
22

3-
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
4-
53
group :development do
64
gem "juwelier", "~> 2.0"
75
gem "rspec_junit_formatter"
@@ -21,10 +19,6 @@ group :test, :development do
2119
end
2220

2321
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
22+
gem "ruby-oci8", "~> 2.1"
2923
end
3024
end

0 commit comments

Comments
 (0)