Skip to content

Commit

Permalink
Merge pull request #547 from CDLUC3/dependency-update
Browse files Browse the repository at this point in the history
Dependency updates for the v4 'main' branch
  • Loading branch information
briri authored Mar 18, 2024
2 parents 144d66b + e33ce02 commit 0c4bcc3
Show file tree
Hide file tree
Showing 4 changed files with 792 additions and 618 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# ----------------------
# Ignore Dotenv file
.env
.en.*
.*-env
.set_env.sh
# Ignore init Rake task used by Docker
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ gem 'rollbar', group: :rollbar, require: false

# A simple, fast Mysql library for Ruby, binding to libmysql
# (http://github.com/brianmario/mysql2)
gem 'mysql2', group: :mysql, require: false
gem 'mysql2', '0.5.5', group: :mysql, require: false

# Pg is the Ruby interface to the {PostgreSQL
# RDBMS}[http://www.postgresql.org/](https://bitbucket.org/ged/ruby-pg)
Expand Down
Loading

0 comments on commit 0c4bcc3

Please sign in to comment.