diff --git a/Gemfile b/Gemfile index f4c2b20..bedf053 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "oj_mimic_json", "~> 1.0", ">= 1.0.1" gem "equivalent-xml", "~> 0.6.0" gem "nokogiri", ">= 1.10.4" gem "iso8601", "~> 0.9.0" -gem "bolognese", "~> 2.3" +gem "bolognese", "~> 2.3.2" gem "maremma", ">= 4.9.8" gem "faraday", ">= 2.0", "< 3.0.0" gem "base32-url", "~> 0.5" diff --git a/Gemfile.lock b/Gemfile.lock index 50d2df0..526ef2f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,7 @@ GEM bigdecimal (3.1.8) binding_of_caller (1.0.0) debug_inspector (>= 0.0.1) - bolognese (2.3.0) + bolognese (2.3.2) activesupport (>= 4.2.5) benchmark_methods (~> 0.7) bibtex-ruby (>= 5.1.0) @@ -448,7 +448,7 @@ DEPENDENCIES base32-url (~> 0.5) better_errors binding_of_caller - bolognese (~> 2.3) + bolognese (~> 2.3.2) bootsnap (>= 1.1.0) byebug cancancan (~> 2.0)