Skip to content

Commit 2737de6

Browse files
committed
ruby-oci8 2.2.10 supports Ruby 3.2.0dev
Refer kubo/ruby-oci8#242 and #212
1 parent 1ee9c07 commit 2737de6

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)