Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
timcraft committed Apr 5, 2024
1 parent 27c3662 commit 5e46157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ source 'https://rubygems.org'
gem 'rspec-core', '~> 3'
gem 'rspec-expectations', '~> 3'
gem 'rspec-mocks', '~> 3'
gem 'i18n', '>= 0.9'
gem 'mime-types'
gem 'i18n', '~> 1'
gem 'mime-types', '~> 3'
gem 'rack', "~> #{ENV['RACK_VERSION'] || '3'}"

0 comments on commit 5e46157

Please sign in to comment.