Skip to content

Commit

Permalink
Bump the ruby-minor-patch group with 3 updates (#3305)
Browse files Browse the repository at this point in the history
Bumps the ruby-minor-patch group with 3 updates: [twilio-ruby](https://github.com/twilio/twilio-ruby), [pry](https://github.com/pry/pry) and [minitest-spec-rails](https://github.com/metaskills/minitest-spec-rails).


Updates `twilio-ruby` from 7.3.5 to 7.3.6
- [Release notes](https://github.com/twilio/twilio-ruby/releases)
- [Changelog](https://github.com/twilio/twilio-ruby/blob/main/CHANGES.md)
- [Commits](twilio/twilio-ruby@7.3.5...7.3.6)

Updates `pry` from 0.14.2 to 0.15.0
- [Release notes](https://github.com/pry/pry/releases)
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md)
- [Commits](pry/pry@v0.14.2...v0.15.0)

Updates `minitest-spec-rails` from 7.3.0 to 7.4.1
- [Changelog](https://github.com/metaskills/minitest-spec-rails/blob/master/CHANGELOG.md)
- [Commits](metaskills/minitest-spec-rails@v7.3.0...v7.4.1)

---
updated-dependencies:
- dependency-name: twilio-ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-minor-patch
- dependency-name: pry
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: minitest-spec-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent ea65790 commit 7eaabb4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ GEM
railties (>= 5.0.0)
faker (3.5.1)
i18n (>= 1.8.11, < 2)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
faraday (2.12.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.3.0)
net-http
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
ffi (1.16.3)
figaro (1.2.0)
thor (>= 0.14.0, < 2)
Expand Down Expand Up @@ -197,7 +197,7 @@ GEM
reline (>= 0.4.2)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.7.6)
json (2.8.2)
jwt (2.9.3)
base64
kaminari (1.2.2)
Expand Down Expand Up @@ -235,11 +235,11 @@ GEM
minitest (> 1.2.0)
rails (>= 2.3.3)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
mini_portile2 (2.8.8)
minitest (5.25.1)
minitest-optional_retry (0.0.2)
minitest (~> 5.0)
minitest-spec-rails (7.3.0)
minitest-spec-rails (7.4.1)
minitest (>= 5.0)
railties (>= 4.1)
minitest-stub-const (0.6)
Expand All @@ -248,7 +248,7 @@ GEM
multi_xml (0.7.1)
bigdecimal (~> 3.1)
mutex_m (0.2.0)
net-http (0.4.1)
net-http (0.5.0)
uri
net-imap (0.5.1)
date
Expand Down Expand Up @@ -309,10 +309,10 @@ GEM
matrix (~> 0.4)
pdf-core (~> 0.10.0)
ttfunk (~> 1.8)
pry (0.14.2)
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
psych (5.1.2)
psych (5.2.0)
stringio
public_suffix (5.0.5)
puma (6.4.3)
Expand All @@ -328,7 +328,7 @@ GEM
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rackup (2.2.0)
rackup (2.2.1)
rack (>= 3)
rails (7.1.5)
actioncable (= 7.1.5)
Expand Down Expand Up @@ -370,7 +370,7 @@ GEM
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.5.10)
reline (0.5.11)
io-console (~> 0.5)
render_async (2.1.11)
request_store (1.7.0)
Expand Down Expand Up @@ -437,7 +437,7 @@ GEM
activesupport (>= 6.1)
sprockets (>= 3.0.0)
state_geo_tools (1.0.0)
stringio (3.1.1)
stringio (3.1.2)
strong_password (0.0.10)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -446,7 +446,7 @@ GEM
timeout (0.4.2)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
twilio-ruby (7.3.5)
twilio-ruby (7.3.6)
faraday (>= 0.9, < 3.0)
jwt (>= 1.5, < 3.0)
nokogiri (>= 1.6, < 2.0)
Expand All @@ -456,7 +456,7 @@ GEM
tzinfo (>= 1.0.0)
unicode-display_width (2.6.0)
uniform_notifier (1.16.0)
uri (0.13.1)
uri (1.0.2)
version_gem (1.1.4)
view_component (3.20.0)
activesupport (>= 5.2.0, < 8.1)
Expand Down

0 comments on commit 7eaabb4

Please sign in to comment.