Skip to content

Commit

Permalink
downgrade mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
Smullz622 committed Jan 19, 2024
1 parent 7acf9e6 commit 764a329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem 'whenever'
gem 'rails', '~> 7.0.7.1'
# Use mysql as the database for Active Record
# ActiveRecord only works with specific versions of mysql2.
gem 'mysql2', '~> 0.5.5'
gem 'mysql2', '= 0.5.4'

# Use SCSS for stylesheets
gem 'sass-rails', '~> 6.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ GEM
minitest (5.20.0)
multi_xml (0.6.0)
mutex_m (0.2.0)
mysql2 (0.5.5)
mysql2 (0.5.4)
namae (1.1.1)
net-imap (0.4.9.1)
date
Expand Down Expand Up @@ -444,7 +444,7 @@ DEPENDENCIES
jbuilder (~> 2.5)
jquery-rails (~> 4.5.1)
mini_racer
mysql2 (~> 0.5.5)
mysql2 (= 0.5.4)
net-ldap
nio4r (= 2.5.8)
pdf-reader
Expand Down

0 comments on commit 764a329

Please sign in to comment.