diff --git a/Gemfile b/Gemfile index 823f225..a211a61 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem "breathe", "0.3.6" gem "dotenv" gem "memo_wise" -gem "productive", "0.6.73" +gem "productive", "0.6.75" gem "rake" gem "rollbar" diff --git a/Gemfile.lock b/Gemfile.lock index 7fad1f3..2021bc3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,20 +1,20 @@ GEM remote: https://rubygems.org/ specs: - activemodel (7.0.8) - activesupport (= 7.0.8) - activesupport (7.0.8) + activemodel (7.0.8.1) + activesupport (= 7.0.8.1) + activesupport (7.0.8.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) breathe (0.3.6) sawyer (>= 0.8.2, < 0.10.0) coderay (1.1.3) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) diff-lcs (1.5.1) dotenv (3.0.2) faraday (1.10.3) @@ -62,15 +62,15 @@ GEM parser (3.3.0.5) ast (~> 2.4.1) racc - productive (0.6.73) + productive (0.6.75) json_api_client (>= 1.13.0, <= 1.21.0) request_store (~> 1.3) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.0.3) + public_suffix (5.0.4) racc (1.7.3) - rack (3.0.8) + rack (3.0.9.1) rainbow (3.1.1) rake (13.1.0) regexp_parser (2.9.0) @@ -141,7 +141,7 @@ DEPENDENCIES breathe (= 0.3.6) dotenv memo_wise - productive (= 0.6.73) + productive (= 0.6.75) pry rake rollbar