diff --git a/Gemfile b/Gemfile index aa7f86c9..fb96103d 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "active_model_serializers", "~> 0.10.0" gem "api-pagination" gem "aws-sdk-sqs", "~> 1.3" gem "bcrypt", "~> 3.1.7" -gem "bolognese", "~> 2.3" +gem "bolognese", "~> 2.3.2" gem "bootsnap", "~> 1.2", ">= 1.2.1" gem "cancancan", "~> 2.0" gem "countries", "~> 2.1", ">= 2.1.2" diff --git a/Gemfile.lock b/Gemfile.lock index a241b083..33d17e45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,7 +108,7 @@ GEM latex-decode (~> 0.0) racc (~> 1.7) bigdecimal (3.1.7) - bolognese (2.3.0) + bolognese (2.3.2) activesupport (>= 4.2.5) benchmark_methods (~> 0.7) bibtex-ruby (>= 5.1.0) @@ -519,7 +519,7 @@ DEPENDENCIES aws-sdk-sqs (~> 1.3) bcrypt (~> 3.1.7) better_errors - bolognese (~> 2.3) + bolognese (~> 2.3.2) bootsnap (~> 1.2, >= 1.2.1) byebug cancancan (~> 2.0)