Skip to content

Commit

Permalink
Merge pull request #86 from lewagon/dependabot/bundler/activesupport-…
Browse files Browse the repository at this point in the history
…6.1.7.3

Bump activesupport from 6.1.1 to 6.1.7.3
  • Loading branch information
matiasalbarello authored Jul 3, 2023
2 parents e106e5c + 9c8360e commit 94266f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem "octokit", "~> 4.25"
gem "activesupport", "~> 6.1.1"
gem "activesupport", "~> 6.1.7"
gem "faraday-retry", "~> 2.0"

group :test, :development do
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.1)
activesupport (6.1.7.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -11,17 +11,17 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
byebug (11.1.3)
concurrent-ruby (1.1.7)
concurrent-ruby (1.2.2)
diff-lcs (1.4.4)
faraday (2.3.0)
faraday-net_http (~> 2.0)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.3)
faraday-retry (2.0.0)
faraday (~> 2.0)
i18n (1.8.7)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
minitest (5.14.3)
minitest (5.18.0)
octokit (4.25.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
Expand Down Expand Up @@ -67,18 +67,18 @@ GEM
standard (1.1.7)
rubocop (= 1.18.4)
rubocop-performance (= 1.11.4)
tzinfo (2.0.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.0.0)
zeitwerk (2.4.2)
zeitwerk (2.6.7)

PLATFORMS
x86_64-darwin-19
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
activesupport (~> 6.1.1)
activesupport (~> 6.1.7)
byebug
faraday-retry (~> 2.0)
octokit (~> 4.25)
Expand Down

0 comments on commit 94266f7

Please sign in to comment.