Skip to content

Commit

Permalink
Make Rails 7.1 as default test case
Browse files Browse the repository at this point in the history
  • Loading branch information
simukappu committed Feb 24, 2024
1 parent 1254638 commit 10caec4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ source 'https://rubygems.org'
gemspec

# Bundle Rails
gem 'rails', '~> 7.0.0'
gem 'rails', '~> 7.1.0'
# https://github.com/lynndylanhurley/devise_token_auth/pull/1606
gem 'devise_token_auth', git: 'https://github.com/lynndylanhurley/devise_token_auth.git'

gem 'sqlite3'
gem 'puma'
Expand Down

0 comments on commit 10caec4

Please sign in to comment.