Skip to content

Commit

Permalink
Add pstore for ruby 3.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Nov 20, 2024
1 parent ed5901b commit 99edda2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ gem 'statsd-ruby', '~> 1.2.1'
gem 'rspec', '~> 3.0'
gem 'rack-test'
gem 'rackup', '= 1.0.0'
gem 'sqlite3', "~> #{ENV['SQLITE3_VERSION'] || '1.4.1'}"
gem 'rails', "~> #{ENV['RAILS_VERSION'] || '7.1'}"
gem 'sqlite3', "~> #{ENV['SQLITE3_VERSION'] || '2.1.0'}"
gem 'rails', "~> #{ENV['RAILS_VERSION'] || '8.0'}"
gem 'minitest', '~> 5.18'
gem 'minitest-documentation'
gem 'pstore'
gem 'webmock'
gem 'ice_age'
gem 'redis-namespace'
Expand Down

0 comments on commit 99edda2

Please sign in to comment.