Skip to content

Commit

Permalink
Merge pull request #8 from yasslab/update-irb-along-with-repl_type_co…
Browse files Browse the repository at this point in the history
…mpletor

Update IRB: 1.9.0 -> 1.10.0 along with `repl_type_completor` gem
  • Loading branch information
yasulab authored Dec 8, 2023
2 parents 9e1f0c8 + 8b3e647 commit 396fe60
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ group :development, :test do
end

group :development do
gem "web-console", "4.2.0"
gem "solargraph", "0.48.0"
gem 'irb', "1.9.0"
gem "web-console", "4.2.0"
gem "solargraph", "0.48.0"
gem "irb", "1.10.0"
gem "repl_type_completor", "0.1.0"
end

group :test do
Expand Down
14 changes: 11 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
abbrev (0.1.1)
actioncable (7.0.4.3)
actionpack (= 7.0.4.3)
activesupport (= 7.0.4.3)
Expand Down Expand Up @@ -118,7 +119,7 @@ GEM
actionpack (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.6.0)
irb (1.9.0)
irb (1.10.0)
rdoc
reline (>= 0.3.8)
jaro_winkler (1.5.4)
Expand Down Expand Up @@ -176,6 +177,7 @@ GEM
parallel (1.22.1)
parser (3.2.2.0)
ast (~> 2.4.1)
prism (0.18.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -223,11 +225,16 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rbs (3.3.2)
abbrev
rdoc (6.6.0)
psych (>= 4.0.0)
regexp_parser (2.7.0)
reline (0.4.0)
io-console (~> 0.5)
repl_type_completor (0.1.0)
prism (>= 0.18.0)
rbs (>= 2.7.0)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.5)
Expand Down Expand Up @@ -285,7 +292,7 @@ GEM
sqlite3 (1.6.1-x86_64-linux)
stimulus-rails (1.2.1)
railties (>= 6.0.0)
stringio (3.0.9)
stringio (3.1.0)
thor (1.2.1)
tilt (2.1.0)
timeout (0.3.2)
Expand Down Expand Up @@ -326,13 +333,14 @@ DEPENDENCIES
guard (= 2.18.0)
guard-minitest (= 2.4.6)
importmap-rails (= 1.1.5)
irb (= 1.9.0)
irb (= 1.10.0)
jbuilder (= 2.11.5)
minitest (= 5.18.0)
minitest-reporters (= 1.6.0)
puma (= 5.6.5)
rails (= 7.0.4.3)
rails-controller-testing (= 1.0.5)
repl_type_completor (= 0.1.0)
sassc-rails (= 2.1.2)
selenium-webdriver (= 4.8.3)
solargraph (= 0.48.0)
Expand Down

0 comments on commit 396fe60

Please sign in to comment.