Skip to content

Commit

Permalink
Bump irb from 1.12.0 to 1.13.0
Browse files Browse the repository at this point in the history
Bumps [irb](https://github.com/ruby/irb) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](ruby/irb@v1.12.0...v1.13.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 May 2, 2024
1 parent 6d1c3c3 commit a1f2786
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 @@ -65,7 +65,7 @@ group :test do
gem 'rdoc', '~> 6.6'
gem 'browserstack-local', '~> 1.4'

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

gem 'rest-client', '~> 2.1.0'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ GEM
concurrent-ruby (~> 1.0)
io-console (0.7.2)
io-like (0.3.1)
irb (1.12.0)
rdoc
irb (1.13.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
language_server-protocol (3.17.0.3)
Expand Down Expand Up @@ -143,7 +143,7 @@ GEM
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.4.3)
reline (0.5.4)
io-console (~> 0.5)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
Expand Down Expand Up @@ -196,8 +196,8 @@ GEM
rack-protection (= 3.2.0)
tilt (~> 2.0)
slack-notifier (2.4.0)
sqlite3 (2.0.1-arm64-darwin)
sqlite3 (2.0.1-x86_64-linux-gnu)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
stringio (3.1.0)
sync (0.5.0)
term-ansicolor (1.8.0)
Expand Down Expand Up @@ -261,7 +261,7 @@ DEPENDENCIES
eventmachine (~> 1.2, >= 1.2.7)
execjs (~> 2.9)
geckodriver-helper (~> 0.24.0)
irb (~> 1.12)
irb (~> 1.13)
json
maxmind-db (~> 1.2)
mime-types (~> 3.5)
Expand All @@ -283,7 +283,7 @@ DEPENDENCIES
selenium-webdriver (~> 4.20)
sinatra (~> 3.2)
slack-notifier (~> 2.4)
sqlite3 (~> 2.0)
sqlite3 (~> 1.4)
term-ansicolor
test-unit-full (~> 0.0.5)
thin (~> 1.8)
Expand Down

0 comments on commit a1f2786

Please sign in to comment.