Simplify Gemfile by removing unused Gems
This commit is contained in:
9
Gemfile
9
Gemfile
@ -32,7 +32,6 @@ gem 'pagedown-bootstrap-rails'
|
|||||||
gem 'pg'
|
gem 'pg'
|
||||||
gem 'proforma', github: 'openHPI/proforma', tag: 'v0.7.1'
|
gem 'proforma', github: 'openHPI/proforma', tag: 'v0.7.1'
|
||||||
gem 'prometheus_exporter'
|
gem 'prometheus_exporter'
|
||||||
gem 'pry-byebug'
|
|
||||||
gem 'puma'
|
gem 'puma'
|
||||||
gem 'pundit'
|
gem 'pundit'
|
||||||
gem 'rails', '~> 7.0.4'
|
gem 'rails', '~> 7.0.4'
|
||||||
@ -40,13 +39,12 @@ gem 'rails_admin', '< 4.0.0'
|
|||||||
gem 'rails-i18n'
|
gem 'rails-i18n'
|
||||||
gem 'rails-timeago'
|
gem 'rails-timeago'
|
||||||
gem 'ransack'
|
gem 'ransack'
|
||||||
gem 'rest-client'
|
|
||||||
gem 'rubytree'
|
gem 'rubytree'
|
||||||
gem 'rubyzip'
|
gem 'rubyzip'
|
||||||
gem 'sass-rails'
|
gem 'sass-rails'
|
||||||
gem 'shakapacker', '6.5.6'
|
gem 'shakapacker', '6.5.6'
|
||||||
gem 'slim-rails'
|
gem 'slim-rails'
|
||||||
gem 'sorcery' # Causes a deprecation warning in Rails 6.0+, see: https://github.com/Sorcery/sorcery/pull/255
|
gem 'sorcery'
|
||||||
gem 'sprockets-rails'
|
gem 'sprockets-rails'
|
||||||
gem 'telegraf'
|
gem 'telegraf'
|
||||||
gem 'terser'
|
gem 'terser'
|
||||||
@ -66,10 +64,10 @@ end
|
|||||||
|
|
||||||
group :development, :staging do
|
group :development, :staging do
|
||||||
gem 'better_errors'
|
gem 'better_errors'
|
||||||
gem 'binding_of_caller'
|
|
||||||
gem 'bootsnap', require: false
|
gem 'bootsnap', require: false
|
||||||
gem 'letter_opener'
|
gem 'letter_opener'
|
||||||
gem 'listen'
|
gem 'listen'
|
||||||
|
gem 'pry-byebug'
|
||||||
gem 'pry-rails'
|
gem 'pry-rails'
|
||||||
gem 'rack-mini-profiler'
|
gem 'rack-mini-profiler'
|
||||||
gem 'rubocop', require: false
|
gem 'rubocop', require: false
|
||||||
@ -80,14 +78,11 @@ group :development, :staging do
|
|||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem 'autotest' # required by autotest-rails
|
|
||||||
gem 'autotest-rails'
|
|
||||||
gem 'capybara'
|
gem 'capybara'
|
||||||
gem 'database_cleaner'
|
gem 'database_cleaner'
|
||||||
gem 'headless'
|
gem 'headless'
|
||||||
gem 'nyan-cat-formatter'
|
gem 'nyan-cat-formatter'
|
||||||
gem 'rails-controller-testing'
|
gem 'rails-controller-testing'
|
||||||
gem 'rspec-autotest'
|
|
||||||
gem 'rspec-collection_matchers'
|
gem 'rspec-collection_matchers'
|
||||||
gem 'rspec-github', require: false
|
gem 'rspec-github', require: false
|
||||||
gem 'rspec-rails'
|
gem 'rspec-rails'
|
||||||
|
38
Gemfile.lock
38
Gemfile.lock
@ -12,7 +12,6 @@ GIT
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
ZenTest (4.12.1)
|
|
||||||
actioncable (7.0.4.2)
|
actioncable (7.0.4.2)
|
||||||
actionpack (= 7.0.4.2)
|
actionpack (= 7.0.4.2)
|
||||||
activesupport (= 7.0.4.2)
|
activesupport (= 7.0.4.2)
|
||||||
@ -86,18 +85,12 @@ GEM
|
|||||||
public_suffix (>= 2.0.2, < 6.0)
|
public_suffix (>= 2.0.2, < 6.0)
|
||||||
amq-protocol (2.3.2)
|
amq-protocol (2.3.2)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
autotest (5.0.0)
|
|
||||||
minitest-autotest (~> 1.0)
|
|
||||||
autotest-rails (4.2.1)
|
|
||||||
ZenTest (~> 4.5)
|
|
||||||
bcrypt (3.1.18)
|
bcrypt (3.1.18)
|
||||||
better_errors (2.9.1)
|
better_errors (2.9.1)
|
||||||
coderay (>= 1.0.0)
|
coderay (>= 1.0.0)
|
||||||
erubi (>= 1.0.0)
|
erubi (>= 1.0.0)
|
||||||
rack (>= 0.9.0)
|
rack (>= 0.9.0)
|
||||||
bindex (0.8.1)
|
bindex (0.8.1)
|
||||||
binding_of_caller (1.0.0)
|
|
||||||
debug_inspector (>= 0.0.1)
|
|
||||||
bootsnap (1.16.0)
|
bootsnap (1.16.0)
|
||||||
msgpack (~> 1.2)
|
msgpack (~> 1.2)
|
||||||
bootstrap-will_paginate (1.0.0)
|
bootstrap-will_paginate (1.0.0)
|
||||||
@ -139,14 +132,11 @@ GEM
|
|||||||
database_cleaner-core (~> 2.0.0)
|
database_cleaner-core (~> 2.0.0)
|
||||||
database_cleaner-core (2.0.1)
|
database_cleaner-core (2.0.1)
|
||||||
date (3.3.3)
|
date (3.3.3)
|
||||||
debug_inspector (1.1.0)
|
|
||||||
diff-lcs (1.5.0)
|
diff-lcs (1.5.0)
|
||||||
docile (1.4.0)
|
docile (1.4.0)
|
||||||
docker-api (2.2.0)
|
docker-api (2.2.0)
|
||||||
excon (>= 0.47.0)
|
excon (>= 0.47.0)
|
||||||
multi_json
|
multi_json
|
||||||
domain_name (0.5.20190701)
|
|
||||||
unf (>= 0.0.5, < 1.0.0)
|
|
||||||
ecma-re-validator (0.4.0)
|
ecma-re-validator (0.4.0)
|
||||||
regexp_parser (~> 2.2)
|
regexp_parser (~> 2.2)
|
||||||
erubi (1.12.0)
|
erubi (1.12.0)
|
||||||
@ -178,9 +168,6 @@ GEM
|
|||||||
hashie (5.0.0)
|
hashie (5.0.0)
|
||||||
headless (2.3.1)
|
headless (2.3.1)
|
||||||
highline (2.1.0)
|
highline (2.1.0)
|
||||||
http-accept (1.7.0)
|
|
||||||
http-cookie (1.0.5)
|
|
||||||
domain_name (~> 0.5)
|
|
||||||
http_accept_language (2.1.1)
|
http_accept_language (2.1.1)
|
||||||
i18n (1.12.0)
|
i18n (1.12.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
@ -239,9 +226,6 @@ GEM
|
|||||||
marcel (1.0.2)
|
marcel (1.0.2)
|
||||||
matrix (0.4.2)
|
matrix (0.4.2)
|
||||||
method_source (1.0.0)
|
method_source (1.0.0)
|
||||||
mime-types (3.4.1)
|
|
||||||
mime-types-data (~> 3.2015)
|
|
||||||
mime-types-data (3.2023.0218.1)
|
|
||||||
mimemagic (0.4.3)
|
mimemagic (0.4.3)
|
||||||
nokogiri (~> 1)
|
nokogiri (~> 1)
|
||||||
rake
|
rake
|
||||||
@ -249,11 +233,6 @@ GEM
|
|||||||
mini_mime (1.1.2)
|
mini_mime (1.1.2)
|
||||||
mini_portile2 (2.8.1)
|
mini_portile2 (2.8.1)
|
||||||
minitest (5.17.0)
|
minitest (5.17.0)
|
||||||
minitest-autotest (1.1.1)
|
|
||||||
minitest-server (~> 1.0)
|
|
||||||
path_expander (~> 1.0)
|
|
||||||
minitest-server (1.0.7)
|
|
||||||
minitest (~> 5.16)
|
|
||||||
mnemosyne-ruby (1.13.0)
|
mnemosyne-ruby (1.13.0)
|
||||||
activesupport (>= 4)
|
activesupport (>= 4)
|
||||||
bunny
|
bunny
|
||||||
@ -272,7 +251,6 @@ GEM
|
|||||||
timeout
|
timeout
|
||||||
net-smtp (0.3.3)
|
net-smtp (0.3.3)
|
||||||
net-protocol
|
net-protocol
|
||||||
netrc (0.11.0)
|
|
||||||
nio4r (2.5.8)
|
nio4r (2.5.8)
|
||||||
nokogiri (1.14.2)
|
nokogiri (1.14.2)
|
||||||
mini_portile2 (~> 2.8.0)
|
mini_portile2 (~> 2.8.0)
|
||||||
@ -292,7 +270,6 @@ GEM
|
|||||||
parallel (1.22.1)
|
parallel (1.22.1)
|
||||||
parser (3.2.1.0)
|
parser (3.2.1.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
path_expander (1.1.1)
|
|
||||||
pg (1.4.5)
|
pg (1.4.5)
|
||||||
prometheus_exporter (2.0.8)
|
prometheus_exporter (2.0.8)
|
||||||
webrick
|
webrick
|
||||||
@ -370,18 +347,11 @@ GEM
|
|||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rbtree (0.4.6)
|
rbtree (0.4.6)
|
||||||
regexp_parser (2.7.0)
|
regexp_parser (2.7.0)
|
||||||
rest-client (2.1.0)
|
|
||||||
http-accept (>= 1.7.0, < 2.0)
|
|
||||||
http-cookie (>= 1.0.2, < 2.0)
|
|
||||||
mime-types (>= 1.16, < 4.0)
|
|
||||||
netrc (~> 0.8)
|
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
rspec (3.12.0)
|
rspec (3.12.0)
|
||||||
rspec-core (~> 3.12.0)
|
rspec-core (~> 3.12.0)
|
||||||
rspec-expectations (~> 3.12.0)
|
rspec-expectations (~> 3.12.0)
|
||||||
rspec-mocks (~> 3.12.0)
|
rspec-mocks (~> 3.12.0)
|
||||||
rspec-autotest (1.0.2)
|
|
||||||
rspec-core (>= 2.99.0.beta1, < 4.0.0)
|
|
||||||
rspec-collection_matchers (1.2.0)
|
rspec-collection_matchers (1.2.0)
|
||||||
rspec-expectations (>= 2.99.0.beta1)
|
rspec-expectations (>= 2.99.0.beta1)
|
||||||
rspec-core (3.12.1)
|
rspec-core (3.12.1)
|
||||||
@ -513,9 +483,6 @@ GEM
|
|||||||
turbolinks-source (5.2.0)
|
turbolinks-source (5.2.0)
|
||||||
tzinfo (2.0.6)
|
tzinfo (2.0.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
unf (0.1.4)
|
|
||||||
unf_ext
|
|
||||||
unf_ext (0.0.8.2)
|
|
||||||
unicode-display_width (2.4.2)
|
unicode-display_width (2.4.2)
|
||||||
uri_template (0.7.0)
|
uri_template (0.7.0)
|
||||||
version_gem (1.1.1)
|
version_gem (1.1.1)
|
||||||
@ -545,11 +512,8 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
autotest
|
|
||||||
autotest-rails
|
|
||||||
bcrypt
|
bcrypt
|
||||||
better_errors
|
better_errors
|
||||||
binding_of_caller
|
|
||||||
bootsnap
|
bootsnap
|
||||||
bootstrap-will_paginate
|
bootstrap-will_paginate
|
||||||
capybara
|
capybara
|
||||||
@ -598,8 +562,6 @@ DEPENDENCIES
|
|||||||
rails-timeago
|
rails-timeago
|
||||||
rails_admin (< 4.0.0)
|
rails_admin (< 4.0.0)
|
||||||
ransack
|
ransack
|
||||||
rest-client
|
|
||||||
rspec-autotest
|
|
||||||
rspec-collection_matchers
|
rspec-collection_matchers
|
||||||
rspec-github
|
rspec-github
|
||||||
rspec-rails
|
rspec-rails
|
||||||
|
Reference in New Issue
Block a user