Skip to content

Commit

Permalink
update Gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tibvdm committed Mar 20, 2024
1 parent c9a8fb3 commit a68bc95
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 @@ -7,7 +7,7 @@ ruby "3.1.2"
gem "rails", "~> 7.0.3", ">= 7.0.3.1"

# Use mysql as the database for Active Record
gem "mysql2", "~> 0.5"
gem "mysql2", "~> 0.5", "> 0.5.5"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", "~> 5.0"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ GEM
minitest (5.18.0)
msgpack (1.5.6)
multi_json (1.15.0)
mysql2 (0.5.4)
mysql2 (0.5.6)
net-imap (0.2.3)
digest
net-protocol
Expand Down Expand Up @@ -243,7 +243,7 @@ DEPENDENCIES
debug
jbuilder
multi_json (~> 1.15.0)
mysql2 (~> 0.5)
mysql2 (~> 0.5, > 0.5.5)
octokit (~> 5.4)
oj (~> 3.13)
puma (~> 5.0)
Expand Down

0 comments on commit a68bc95

Please sign in to comment.