Skip to content

Commit 0c4bcc3

Browse files
authored
Merge pull request #547 from CDLUC3/dependency-update
Dependency updates for the v4 'main' branch
2 parents 144d66b + e33ce02 commit 0c4bcc3

4 files changed

Lines changed: 792 additions & 618 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# ----------------------
33
# Ignore Dotenv file
44
.env
5+
.en.*
56
.*-env
67
.set_env.sh
78
# Ignore init Rake task used by Docker

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ gem 'rollbar', group: :rollbar, require: false
8383

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

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

0 commit comments

Comments
 (0)