Add irb and reline to gems

pull/1/head
rebuilt 3 years ago
parent 3395126cd4
commit 25c9fb6b77

@ -98,3 +98,5 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
gem "reline", "~> 0.3.2"

@ -121,6 +121,8 @@ GEM
database_cleaner-core (2.0.1) database_cleaner-core (2.0.1)
date (3.3.3) date (3.3.3)
debug (1.7.1) debug (1.7.1)
irb (>= 1.5.0)
reline (>= 0.3.1)
devise (4.8.1) devise (4.8.1)
bcrypt (~> 3.0) bcrypt (~> 3.0)
orm_adapter (~> 0.1) orm_adapter (~> 0.1)
@ -158,6 +160,9 @@ GEM
hashie (5.0.0) hashie (5.0.0)
i18n (1.12.0) i18n (1.12.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.6.3)
reline (>= 0.3.0)
jaro_winkler (1.5.4) jaro_winkler (1.5.4)
jbuilder (2.11.5) jbuilder (2.11.5)
actionview (>= 5.0.0) actionview (>= 5.0.0)
@ -278,6 +283,8 @@ GEM
parser (~> 3.2.0) parser (~> 3.2.0)
rainbow (>= 2.0, < 4.0) rainbow (>= 2.0, < 4.0)
regexp_parser (2.7.0) regexp_parser (2.7.0)
reline (0.3.2)
io-console (~> 0.5)
responders (3.1.0) responders (3.1.0)
actionpack (>= 5.2) actionpack (>= 5.2)
railties (>= 5.2) railties (>= 5.2)
@ -444,6 +451,7 @@ DEPENDENCIES
rails (~> 7.0.4) rails (~> 7.0.4)
rails-controller-testing rails-controller-testing
redis (~> 3.0) redis (~> 3.0)
reline (~> 0.3.2)
rspec-rails (~> 5.1.0) rspec-rails (~> 5.1.0)
rubocop rubocop
seed_dump seed_dump

Loading…
Cancel
Save