Skip to content

Commit 989c745

Browse files
committed
Fix version of uri gem
1 parent db0b6e5 commit 989c745

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

gemfiles/6.0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ eval File.read(gems), binding, gems # rubocop: disable Security/Eval
44
# Silence a bunch of warnings from earlier versions of Ruby
55
gem "net-http"
66
gem "rails", "~> 6.0.0"
7+
gem "uri", "= 0.10.0"

gemfiles/6.1.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ eval File.read(gems), binding, gems # rubocop: disable Security/Eval
44
# Silence a bunch of warnings from earlier versions of Ruby
55
gem "net-http"
66
gem "rails", "~> 6.1.0"
7+
gem "uri", "= 0.10.0"

gemfiles/7.0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ gem "net-http"
66
# 7.0.0 has an issue with Ruby 3.1.
77
# And a test case has an issue with 7.0.1
88
gem "rails", "~> 7.0.2"
9+
gem "uri", "= 0.10.0"

gemfiles/edge.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ gems = "#{File.dirname __dir__}/Gemfile"
22
eval File.read(gems), binding, gems # rubocop: disable Security/Eval
33

44
gem "rails", git: "https://github.com/rails/rails.git"
5+
gem "uri", "= 0.10.0"

0 commit comments

Comments
 (0)