Skip to content

Commit

Permalink
Bump irb from 1.13.1 to 1.14.0
Browse files Browse the repository at this point in the history
Bumps [irb](https://github.com/ruby/irb) from 1.13.1 to 1.14.0.
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](ruby/irb@v1.13.1...v1.14.0)

---
updated-dependencies:
- dependency-name: irb
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 26531fe commit 2b858c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ group :test do
gem 'rdoc', '~> 6.7'
gem 'browserstack-local', '~> 1.4'

gem 'irb', '~> 1.13'
gem 'irb', '~> 1.14'
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'

gem 'rest-client', '~> 2.1.0'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GEM
concurrent-ruby (~> 1.0)
io-console (0.7.2)
io-like (0.3.1)
irb (1.13.1)
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
Expand Down Expand Up @@ -143,7 +143,7 @@ GEM
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.5.5)
reline (0.5.9)
io-console (~> 0.5)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
Expand Down Expand Up @@ -199,7 +199,7 @@ GEM
slack-notifier (2.4.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
stringio (3.1.0)
stringio (3.1.1)
strscan (3.1.0)
sync (0.5.0)
term-ansicolor (1.8.0)
Expand Down Expand Up @@ -263,7 +263,7 @@ DEPENDENCIES
eventmachine (~> 1.2, >= 1.2.7)
execjs (~> 2.9)
geckodriver-helper (~> 0.24.0)
irb (~> 1.13)
irb (~> 1.14)
json
maxmind-db (~> 1.2)
mime-types (~> 3.5)
Expand Down

0 comments on commit 2b858c5

Please sign in to comment.