mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Add irb and reline to gems
This commit is contained in:
parent
3395126cd4
commit
25c9fb6b77
2 changed files with 10 additions and 0 deletions
|
|
@ -121,6 +121,8 @@ GEM
|
|||
database_cleaner-core (2.0.1)
|
||||
date (3.3.3)
|
||||
debug (1.7.1)
|
||||
irb (>= 1.5.0)
|
||||
reline (>= 0.3.1)
|
||||
devise (4.8.1)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
|
|
@ -158,6 +160,9 @@ GEM
|
|||
hashie (5.0.0)
|
||||
i18n (1.12.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
io-console (0.6.0)
|
||||
irb (1.6.3)
|
||||
reline (>= 0.3.0)
|
||||
jaro_winkler (1.5.4)
|
||||
jbuilder (2.11.5)
|
||||
actionview (>= 5.0.0)
|
||||
|
|
@ -278,6 +283,8 @@ GEM
|
|||
parser (~> 3.2.0)
|
||||
rainbow (>= 2.0, < 4.0)
|
||||
regexp_parser (2.7.0)
|
||||
reline (0.3.2)
|
||||
io-console (~> 0.5)
|
||||
responders (3.1.0)
|
||||
actionpack (>= 5.2)
|
||||
railties (>= 5.2)
|
||||
|
|
@ -444,6 +451,7 @@ DEPENDENCIES
|
|||
rails (~> 7.0.4)
|
||||
rails-controller-testing
|
||||
redis (~> 3.0)
|
||||
reline (~> 0.3.2)
|
||||
rspec-rails (~> 5.1.0)
|
||||
rubocop
|
||||
seed_dump
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue