Skip to content

Commit

Permalink
Merge pull request #64 from psu-libraries/upgrade-hotfix
Browse files Browse the repository at this point in the history
upgrade mysql and Capistrano
  • Loading branch information
Smullz622 authored Jan 12, 2024
2 parents 0c7d2f0 + c6f025b commit 6f59b40
Show file tree
Hide file tree
Showing 3 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.4'
gem 'mysql2', '~> 0.5.5'

# Use SCSS for stylesheets
gem 'sass-rails', '~> 6.0'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ DEPENDENCIES
jbuilder (~> 2.5)
jquery-rails (~> 4.5.1)
mini_racer
mysql2 (~> 0.5.4)
mysql2 (~> 0.5.5)
net-ldap
nio4r (= 2.5.8)
pdf-reader
Expand Down
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# config valid for current version and patch releases of Capistrano
lock '~> 3.17.1'
lock '~> 3.18.0'

# Set assets roles to occur on jobs as well as web
set :assets_role, [:web]
Expand Down

0 comments on commit 6f59b40

Please sign in to comment.