diff --git a/Gemfile b/Gemfile index 87af02404..9edc9d2ca 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "aws-sdk-sqs", "~> 1.3" gem "base32-url", "~> 0.3" gem "batch-loader", "~> 1.4", ">= 1.4.1" gem "bcrypt", "~> 3.1.7" -gem "bolognese", "~> 2.1.0" +gem "bolognese", "~> 2.1.1" gem "bootsnap", "~> 1.4", ">= 1.4.4", require: false gem "cancancan", "~> 3.0" gem "countries", "~> 2.1", ">= 2.1.2" diff --git a/Gemfile.lock b/Gemfile.lock index 9936437f4..e6705bbc8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,7 +115,7 @@ GEM bigdecimal (3.1.6) binding_of_caller (1.0.0) debug_inspector (>= 0.0.1) - bolognese (2.1.0) + bolognese (2.1.1) activesupport (>= 4.2.5) benchmark_methods (~> 0.7) bibtex-ruby (>= 5.1.0) @@ -719,7 +719,7 @@ DEPENDENCIES bcrypt (~> 3.1.7) better_errors binding_of_caller - bolognese (~> 2.1.0) + bolognese (~> 2.1.1) bootsnap (~> 1.4, >= 1.4.4) brakeman (~> 6.1, >= 6.1.2) bullet (~> 6.1) @@ -814,4 +814,4 @@ DEPENDENCIES webmock (~> 3.18, >= 3.18.1) BUNDLED WITH - 2.5.6 \ No newline at end of file + 2.4.22