Skip to content

Commit

Permalink
Revert commenting out mysql2 gem in rails_8.0.gemfile (#18)
Browse files Browse the repository at this point in the history
* Revert commenting out mysql2 gem in rails_8.0.gemfile

* Fix rubocop violations
  • Loading branch information
mbajur authored Nov 28, 2024
1 parent f9e1b83 commit a221459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/gemfiles/rails_8.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gem "rails", "~> 8.0.0"

gem "pg", "~> 1.1"
gem "sqlite3", ">= 2.1"
# gem 'mysql2', '~> 0.5'
gem "mysql2", "~> 0.5"

0 comments on commit a221459

Please sign in to comment.