chore: fix gemfile

mciea-main
Nelson Jovel 1 year ago
parent c1510a39b2
commit ecb92346f0

@ -68,28 +68,6 @@ group :development, :test do
gem "rspec-rails", "~> 6.0.3" gem "rspec-rails", "~> 6.0.3"
end end
group :development do
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
gem "brakeman"
gem "bullet"
gem "erb_lint", require: false
gem "erblint-github"
gem "guard"
gem "guard-livereload", "~> 2.5", require: false
gem "guard-rspec", require: false
gem "listen", "~> 3.8.0"
gem "nested_scaffold"
gem "rack-livereload"
# gem 'reek', require: false
gem "dexter"
gem "pghero"
gem "pg_query", ">= 2"
gem "rubocop", require: false
gem "seed_dump"
gem "solargraph-reek"
gem "spring"
end
group "test" do group "test" do
gem "capybara" gem "capybara"
gem "cuprite" gem "cuprite"

@ -124,7 +124,6 @@ GEM
crass (1.0.6) crass (1.0.6)
cssbundling-rails (1.3.3) cssbundling-rails (1.3.3)
railties (>= 6.0.0) railties (>= 6.0.0)
csv (3.3.0)
cuprite (0.15) cuprite (0.15)
capybara (~> 3.0) capybara (~> 3.0)
ferrum (~> 0.14.0) ferrum (~> 0.14.0)
@ -208,9 +207,9 @@ GEM
i18n (1.14.6) i18n (1.14.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
io-console (0.7.2) io-console (0.7.2)
irb (1.11.0) irb (1.14.1)
rdoc rdoc (>= 4.0.0)
reline (>= 0.3.8) reline (>= 0.4.2)
jaro_winkler (1.5.6) jaro_winkler (1.5.6)
jbuilder (2.11.5) jbuilder (2.11.5)
actionview (>= 5.0.0) actionview (>= 5.0.0)
@ -272,7 +271,6 @@ GEM
notiffany (0.1.3) notiffany (0.1.3)
nenv (~> 0.1) nenv (~> 0.1)
shellany (~> 0.0) shellany (~> 0.0)
observer (0.1.2)
omniauth (2.1.2) omniauth (2.1.2)
hashie (>= 3.4.6) hashie (>= 3.4.6)
rack (>= 2.2.3) rack (>= 2.2.3)
@ -293,7 +291,7 @@ GEM
pry (0.14.2) pry (0.14.2)
coderay (~> 1.1) coderay (~> 1.1)
method_source (~> 1.0) method_source (~> 1.0)
psych (5.1.2) psych (5.2.0)
stringio stringio
public_suffix (5.0.4) public_suffix (5.0.4)
puma (6.4.3) puma (6.4.3)
@ -310,9 +308,8 @@ GEM
rack (>= 3.0.0) rack (>= 3.0.0)
rack-test (2.1.0) rack-test (2.1.0)
rack (>= 1.3) rack (>= 1.3)
rackup (2.1.0) rackup (2.2.1)
rack (>= 3) rack (>= 3)
webrick (~> 1.8)
rails (8.0.0) rails (8.0.0)
actioncable (= 8.0.0) actioncable (= 8.0.0)
actionmailbox (= 8.0.0) actionmailbox (= 8.0.0)
@ -352,15 +349,14 @@ GEM
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
rbs (2.8.4) rbs (2.8.4)
rdoc (6.7.0) rdoc (6.8.1)
psych (>= 4.0.0) psych (>= 4.0.0)
redis (3.3.5)
reek (6.1.4) reek (6.1.4)
kwalify (~> 0.7.0) kwalify (~> 0.7.0)
parser (~> 3.2.0) parser (~> 3.2.0)
rainbow (>= 2.0, < 4.0) rainbow (>= 2.0, < 4.0)
regexp_parser (2.8.3) regexp_parser (2.8.3)
reline (0.3.9) reline (0.5.11)
io-console (~> 0.5) io-console (~> 0.5)
responders (3.1.1) responders (3.1.1)
actionpack (>= 5.2) actionpack (>= 5.2)
@ -450,7 +446,7 @@ GEM
standard_deviation (1.0.3) standard_deviation (1.0.3)
stimulus-rails (1.3.0) stimulus-rails (1.3.0)
railties (>= 6.0.0) railties (>= 6.0.0)
stringio (3.1.1) stringio (3.1.2)
temple (0.10.3) temple (0.10.3)
thor (1.3.2) thor (1.3.2)
tilt (2.3.0) tilt (2.3.0)
@ -496,7 +492,6 @@ DEPENDENCIES
byebug byebug
capybara capybara
cssbundling-rails cssbundling-rails
csv (~> 3.3)
cuprite cuprite
database_cleaner database_cleaner
devise! devise!
@ -522,7 +517,6 @@ DEPENDENCIES
net-sftp net-sftp
newrelic_rpm newrelic_rpm
nokogiri nokogiri
observer (~> 0.1.2)
omniauth omniauth
ostruct ostruct
parallel_tests parallel_tests
@ -534,8 +528,6 @@ DEPENDENCIES
rack-mini-profiler rack-mini-profiler
rails (~> 8.0.0) rails (~> 8.0.0)
rails-controller-testing rails-controller-testing
redis (~> 3.0)
reline (~> 0.3.2)
rspec-rails (~> 6.0.3) rspec-rails (~> 6.0.3)
rubocop rubocop
seed_dump seed_dump

Loading…
Cancel
Save