Skip to content

Commit

Permalink
Merge pull request #26 from jwillikers/dependabot/bundler/activesuppo…
Browse files Browse the repository at this point in the history
…rt-6.1.7.5

Bump activesupport from 5.2.8.1 to 6.1.7.5
  • Loading branch information
jwillikers authored Aug 2, 2024
2 parents e0a63f5 + 7a470c7 commit 88f7264
Showing 1 changed file with 27 additions and 56 deletions.
83 changes: 27 additions & 56 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,60 +1,36 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.8.1)
activesupport (6.1.7.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
asciidoctor (2.0.20)
base64 (0.2.0)
coderay (1.1.3)
colorator (1.1.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
faraday (2.7.12)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
faraday-net_http (3.0.2)
faraday-rack (2.0.0)
faraday (~> 2.0)
ffi (1.15.5)
forwardable-extended (2.6.0)
gh (0.18.0)
activesupport (~> 5.0)
addressable (~> 2.4)
faraday (~> 1.0)
faraday_middleware (~> 1.0)
multi_json (~> 1.0)
net-http-persistent (~> 2.9)
net-http-pipeline
google-protobuf (3.23.1)
highline (2.1.0)
http_parser.rb (0.8.0)
i18n (1.13.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (4.3.2)
addressable (~> 2.4)
Expand Down Expand Up @@ -102,8 +78,8 @@ GEM
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
launchy (2.4.3)
addressable (~> 2.3)
launchy (2.5.2)
addressable (~> 2.8)
liquid (4.0.4)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand All @@ -116,11 +92,7 @@ GEM
jekyll-include-cache (~> 0.1)
jekyll-paginate (~> 1.1)
jekyll-sitemap (~> 1.3)
minitest (5.18.0)
multi_json (1.15.0)
multipart-post (2.3.0)
net-http-persistent (2.9.4)
net-http-pipeline (1.0.1)
minitest (5.24.1)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
Expand Down Expand Up @@ -148,20 +120,19 @@ GEM
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thread_safe (0.3.6)
travis (1.11.1)
faraday (~> 1.0)
faraday_middleware (~> 1.0)
gh (~> 0.13)
highline (~> 2.0)
json_pure (~> 2.3)
launchy (~> 2.1, < 2.5.0)
pusher-client (~> 0.4)
tzinfo (1.2.11)
thread_safe (~> 0.1)
travis (1.13.1)
faraday (~> 2.7.10)
faraday-rack (~> 2)
highline (~> 2.1.0)
json_pure (~> 2.6.3)
launchy (~> 2.5.2)
pusher-client (~> 0.6.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
webrick (1.8.1)
websocket (1.2.9)
zeitwerk (2.6.17)

PLATFORMS
ruby
Expand Down

0 comments on commit 88f7264

Please sign in to comment.