Skip to content

Commit

Permalink
try lower version of rails
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkiessl committed Nov 20, 2023
1 parent 671debc commit b00761b
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 145 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ gem 'ed25519'
# For scheduled tasks
gem 'whenever'

gem 'rails', '~> 7.0'
gem 'rails', '~> 7.0.5'
# Use mysql as the database for Active Record
# ActiveRecord only works with specific versions of mysql2.
gem 'mysql2', '~> 0.5.4'

# Use Puma as the app server
gem 'puma', '~> 4.3'
gem 'puma', '~> 5.6'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 6.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
Loading

0 comments on commit b00761b

Please sign in to comment.