Skip to content

Commit

Permalink
Merge pull request #118 from dxw/renovate/productive-0.x
Browse files Browse the repository at this point in the history
Update dependency productive to v0.6.76
  • Loading branch information
renovate[bot] authored May 28, 2024
2 parents 28dd398 + 882702d commit 9bb44c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.76"
gem "rake"
gem "rollbar"

Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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.3)
activesupport (= 7.0.8.3)
activesupport (7.0.8.3)
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)
Expand Down Expand Up @@ -42,7 +42,7 @@ GEM
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.1)
json_api_client (1.21.0)
Expand All @@ -62,15 +62,15 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
productive (0.6.73)
productive (0.6.76)
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.5)
racc (1.7.3)
rack (3.0.8)
rack (3.0.11)
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.9.0)
Expand Down Expand Up @@ -141,7 +141,7 @@ DEPENDENCIES
breathe (= 0.3.6)
dotenv
memo_wise
productive (= 0.6.73)
productive (= 0.6.76)
pry
rake
rollbar
Expand Down

0 comments on commit 9bb44c8

Please sign in to comment.