mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
chore: fix binstubs
This commit is contained in:
parent
f9717f80c7
commit
8a3c6d9821
2 changed files with 7 additions and 37 deletions
30
Gemfile.lock
30
Gemfile.lock
|
|
@ -160,7 +160,6 @@ GEM
|
|||
erblint-github (0.5.1)
|
||||
erubi (1.12.0)
|
||||
eventmachine (1.2.7)
|
||||
execjs (2.9.1)
|
||||
factory_bot (6.4.2)
|
||||
activesupport (>= 5.0.0)
|
||||
factory_bot_rails (6.4.2)
|
||||
|
|
@ -196,11 +195,6 @@ GEM
|
|||
guard (~> 2.1)
|
||||
guard-compat (~> 1.1)
|
||||
rspec (>= 2.99.0, < 4.0)
|
||||
haml (6.3.0)
|
||||
temple (>= 0.8.2)
|
||||
thor
|
||||
tilt
|
||||
hashie (5.0.0)
|
||||
http_parser.rb (0.8.0)
|
||||
i18n (1.14.1)
|
||||
concurrent-ruby (~> 1.0)
|
||||
|
|
@ -209,13 +203,6 @@ GEM
|
|||
rdoc
|
||||
reline (>= 0.3.8)
|
||||
jaro_winkler (1.5.6)
|
||||
jbuilder (2.11.5)
|
||||
actionview (>= 5.0.0)
|
||||
activesupport (>= 5.0.0)
|
||||
jquery-rails (4.6.0)
|
||||
rails-dom-testing (>= 1, < 3)
|
||||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
jsbundling-rails (1.2.1)
|
||||
railties (>= 6.0.0)
|
||||
json (2.7.1)
|
||||
|
|
@ -273,10 +260,6 @@ GEM
|
|||
notiffany (0.1.3)
|
||||
nenv (~> 0.1)
|
||||
shellany (~> 0.0)
|
||||
omniauth (2.1.1)
|
||||
hashie (>= 3.4.6)
|
||||
rack (>= 2.2.3)
|
||||
rack-protection
|
||||
orm_adapter (0.5.0)
|
||||
parallel (1.24.0)
|
||||
parallel_tests (4.3.0)
|
||||
|
|
@ -299,8 +282,6 @@ GEM
|
|||
rack
|
||||
rack-mini-profiler (3.3.0)
|
||||
rack (>= 1.2.0)
|
||||
rack-protection (3.0.6)
|
||||
rack
|
||||
rack-session (2.0.0)
|
||||
rack (>= 3.0.0)
|
||||
rack-test (2.1.0)
|
||||
|
|
@ -349,7 +330,6 @@ GEM
|
|||
rbs (2.8.4)
|
||||
rdoc (6.6.2)
|
||||
psych (>= 4.0.0)
|
||||
redis (3.3.5)
|
||||
reek (6.1.4)
|
||||
kwalify (~> 0.7.0)
|
||||
parser (~> 3.2.0)
|
||||
|
|
@ -446,7 +426,6 @@ GEM
|
|||
stimulus-rails (1.3.0)
|
||||
railties (>= 6.0.0)
|
||||
stringio (3.1.0)
|
||||
temple (0.10.3)
|
||||
thor (1.3.0)
|
||||
tilt (2.3.0)
|
||||
timecop (0.9.8)
|
||||
|
|
@ -457,8 +436,6 @@ GEM
|
|||
railties (>= 6.0.0)
|
||||
tzinfo (2.0.6)
|
||||
concurrent-ruby (~> 1.0)
|
||||
uglifier (4.2.0)
|
||||
execjs (>= 0.3.0, < 3)
|
||||
unicode-display_width (2.5.0)
|
||||
uniform_notifier (1.16.0)
|
||||
warden (1.2.9)
|
||||
|
|
@ -502,9 +479,6 @@ DEPENDENCIES
|
|||
guard
|
||||
guard-livereload (~> 2.5)
|
||||
guard-rspec
|
||||
haml
|
||||
jbuilder (~> 2.5)
|
||||
jquery-rails
|
||||
jsbundling-rails
|
||||
launchy
|
||||
listen (~> 3.8.0)
|
||||
|
|
@ -512,7 +486,6 @@ DEPENDENCIES
|
|||
net-sftp
|
||||
newrelic_rpm
|
||||
nokogiri (>= 1.13.4)
|
||||
omniauth
|
||||
parallel_tests
|
||||
pg
|
||||
puma (>= 5.6.4)
|
||||
|
|
@ -520,8 +493,6 @@ DEPENDENCIES
|
|||
rack-mini-profiler
|
||||
rails (~> 7.1.0)
|
||||
rails-controller-testing
|
||||
redis (~> 3.0)
|
||||
reline (~> 0.3.2)
|
||||
rspec-rails (~> 6.0.3)
|
||||
rubocop
|
||||
seed_dump
|
||||
|
|
@ -534,7 +505,6 @@ DEPENDENCIES
|
|||
timecop
|
||||
turbo-rails
|
||||
tzinfo-data
|
||||
uglifier (>= 1.3.0)
|
||||
watir
|
||||
|
||||
RUBY VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue