Skip to content

Commit

Permalink
Update test cases and make Rails 7.1 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
simukappu committed Feb 24, 2024
1 parent 1254638 commit f67aa0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec

# Bundle Rails
gem 'rails', '~> 7.0.0'
gem 'rails', '~> 7.1.0'

gem 'sqlite3'
gem 'puma'
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/Gemfile.rails-7.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ gemspec path: '../'

# Bundle Rails
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 f67aa0f

Please sign in to comment.