Skip to content

Commit

Permalink
Gemfile: add uri, to be able to install on Ruby 2.7
Browse files Browse the repository at this point in the history
No other version of Ruby complained.
  • Loading branch information
olleolleolle committed Jan 9, 2024
1 parent 69045b6 commit 78b1043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.0'
gem 'simplecov', '~> 0.19.0'

gem 'uri', '~> 0.13' # Ruby 2.7 said "You have already activated uri 0.10.0.2, but your Gemfile requires uri 0.13.0. Since uri is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports uri as a default gem."

gem 'webmock', '~> 3.4'

gem 'rubocop'
Expand Down

0 comments on commit 78b1043

Please sign in to comment.