mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
chore: add bullet since this version supports rails 8
This commit is contained in:
parent
13a8e4dafd
commit
95e72f4e2e
2 changed files with 7 additions and 1 deletions
3
Gemfile
3
Gemfile
|
|
@ -33,7 +33,7 @@ gem "watir"
|
||||||
group :development do
|
group :development do
|
||||||
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
|
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
|
||||||
gem "brakeman"
|
gem "brakeman"
|
||||||
# gem "bullet"
|
gem "bullet", "~> 8.0"
|
||||||
gem "dexter"
|
gem "dexter"
|
||||||
gem "erb_lint", require: false
|
gem "erb_lint", require: false
|
||||||
gem "erblint-github"
|
gem "erblint-github"
|
||||||
|
|
@ -77,3 +77,4 @@ end
|
||||||
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"
|
# gem "reline", "~> 0.3.2"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -105,6 +105,9 @@ GEM
|
||||||
msgpack (~> 1.2)
|
msgpack (~> 1.2)
|
||||||
brakeman (6.1.0)
|
brakeman (6.1.0)
|
||||||
builder (3.3.0)
|
builder (3.3.0)
|
||||||
|
bullet (8.0.0)
|
||||||
|
activesupport (>= 3.0.0)
|
||||||
|
uniform_notifier (~> 1.11)
|
||||||
byebug (11.1.3)
|
byebug (11.1.3)
|
||||||
capybara (3.39.2)
|
capybara (3.39.2)
|
||||||
addressable
|
addressable
|
||||||
|
|
@ -438,6 +441,7 @@ GEM
|
||||||
tzinfo (2.0.6)
|
tzinfo (2.0.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
unicode-display_width (2.5.0)
|
unicode-display_width (2.5.0)
|
||||||
|
uniform_notifier (1.16.0)
|
||||||
uri (1.0.2)
|
uri (1.0.2)
|
||||||
useragent (0.16.10)
|
useragent (0.16.10)
|
||||||
warden (1.2.9)
|
warden (1.2.9)
|
||||||
|
|
@ -463,6 +467,7 @@ DEPENDENCIES
|
||||||
bcrypt_pbkdf
|
bcrypt_pbkdf
|
||||||
bootsnap
|
bootsnap
|
||||||
brakeman
|
brakeman
|
||||||
|
bullet (~> 8.0)
|
||||||
byebug
|
byebug
|
||||||
capybara
|
capybara
|
||||||
cssbundling-rails
|
cssbundling-rails
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue