Skip to content

Commit 5ea1b33

Browse files
committed
Default to rails 7
1 parent c2a1998 commit 5ea1b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem 'statsd-ruby', '~> 1.2.1'
1313
gem 'rspec', '~> 3.0'
1414
gem 'rack-test', '~> 0.6.3'
1515
gem 'sqlite3', "~> #{ENV['SQLITE3_VERSION'] || '1.4.1'}"
16-
gem 'rails', "~> #{ENV['RAILS_VERSION'] || '6.0.0'}"
16+
gem 'rails', "~> #{ENV['RAILS_VERSION'] || '7.0.0'}"
1717
gem 'minitest', '~> 5.8'
1818
gem 'minitest-documentation'
1919
gem 'webmock', '~> 3.0'

0 commit comments

Comments
 (0)