mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 21:54:48 +02:00
Merge pull request #1358 from internetee/remove-unused-gems
Remove unused gems
This commit is contained in:
commit
afa15fe80c
2 changed files with 21 additions and 51 deletions
3
Gemfile
3
Gemfile
|
@ -80,10 +80,7 @@ end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'pry', '0.10.1'
|
gem 'pry', '0.10.1'
|
||||||
gem 'railroady', '1.3.0' # to generate database diagrams
|
|
||||||
gem 'autodoc'
|
|
||||||
gem 'puma'
|
gem 'puma'
|
||||||
gem 'sdoc', '~> 1.1'
|
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
|
69
Gemfile.lock
69
Gemfile.lock
|
@ -111,7 +111,7 @@ GEM
|
||||||
activerecord (6.0.3.3)
|
activerecord (6.0.3.3)
|
||||||
activemodel (= 6.0.3.3)
|
activemodel (= 6.0.3.3)
|
||||||
activesupport (= 6.0.3.3)
|
activesupport (= 6.0.3.3)
|
||||||
activerecord-import (1.0.5)
|
activerecord-import (1.0.6)
|
||||||
activerecord (>= 3.2)
|
activerecord (>= 3.2)
|
||||||
activestorage (6.0.3.3)
|
activestorage (6.0.3.3)
|
||||||
actionpack (= 6.0.3.3)
|
actionpack (= 6.0.3.3)
|
||||||
|
@ -126,21 +126,17 @@ GEM
|
||||||
zeitwerk (~> 2.2, >= 2.2.2)
|
zeitwerk (~> 2.2, >= 2.2.2)
|
||||||
addressable (2.7.0)
|
addressable (2.7.0)
|
||||||
public_suffix (>= 2.0.2, < 5.0)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
airbrake (10.0.5)
|
airbrake (11.0.0)
|
||||||
airbrake-ruby (~> 4.13)
|
airbrake-ruby (~> 5.0)
|
||||||
airbrake-ruby (4.15.0)
|
airbrake-ruby (5.0.2)
|
||||||
rbtree3 (~> 0.5)
|
rbtree3 (~> 0.5)
|
||||||
akami (1.3.1)
|
akami (1.3.1)
|
||||||
gyoku (>= 0.4.0)
|
gyoku (>= 0.4.0)
|
||||||
nokogiri
|
nokogiri
|
||||||
autodoc (0.7.4)
|
autoprefixer-rails (10.0.0.2)
|
||||||
actionpack
|
|
||||||
activesupport (>= 3.0.0)
|
|
||||||
rspec
|
|
||||||
autoprefixer-rails (9.8.4)
|
|
||||||
execjs
|
execjs
|
||||||
bcrypt (3.1.13)
|
bcrypt (3.1.16)
|
||||||
bootsnap (1.4.6)
|
bootsnap (1.4.8)
|
||||||
msgpack (~> 1.0)
|
msgpack (~> 1.0)
|
||||||
bootstrap-sass (3.4.1)
|
bootstrap-sass (3.4.1)
|
||||||
autoprefixer-rails (>= 5.2.1)
|
autoprefixer-rails (>= 5.2.1)
|
||||||
|
@ -170,8 +166,7 @@ GEM
|
||||||
i18n_data (~> 0.10.0)
|
i18n_data (~> 0.10.0)
|
||||||
sixarm_ruby_unaccent (~> 1.1)
|
sixarm_ruby_unaccent (~> 1.1)
|
||||||
unicode_utils (~> 1.4)
|
unicode_utils (~> 1.4)
|
||||||
crack (0.4.3)
|
crack (0.4.4)
|
||||||
safe_yaml (~> 1.0.0)
|
|
||||||
crass (1.0.6)
|
crass (1.0.6)
|
||||||
daemons (1.3.1)
|
daemons (1.3.1)
|
||||||
daemons-rails (1.2.1)
|
daemons-rails (1.2.1)
|
||||||
|
@ -186,7 +181,6 @@ GEM
|
||||||
railties (>= 4.1.0)
|
railties (>= 4.1.0)
|
||||||
responders
|
responders
|
||||||
warden (~> 1.2.3)
|
warden (~> 1.2.3)
|
||||||
diff-lcs (1.4.4)
|
|
||||||
docile (1.3.2)
|
docile (1.3.2)
|
||||||
domain_name (0.5.20190701)
|
domain_name (0.5.20190701)
|
||||||
unf (>= 0.0.5, < 1.0.0)
|
unf (>= 0.0.5, < 1.0.0)
|
||||||
|
@ -201,7 +195,7 @@ GEM
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
dry-equalizer (0.3.0)
|
dry-equalizer (0.3.0)
|
||||||
dry-inflector (0.2.0)
|
dry-inflector (0.2.0)
|
||||||
dry-logic (1.0.6)
|
dry-logic (1.0.7)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
dry-core (~> 0.2)
|
dry-core (~> 0.2)
|
||||||
dry-equalizer (~> 0.2)
|
dry-equalizer (~> 0.2)
|
||||||
|
@ -220,7 +214,7 @@ GEM
|
||||||
thor (~> 0.14)
|
thor (~> 0.14)
|
||||||
globalid (0.4.2)
|
globalid (0.4.2)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
grape (1.3.3)
|
grape (1.4.0)
|
||||||
activesupport
|
activesupport
|
||||||
builder
|
builder
|
||||||
dry-types (>= 1.1)
|
dry-types (>= 1.1)
|
||||||
|
@ -298,7 +292,7 @@ GEM
|
||||||
money (~> 6.13.2)
|
money (~> 6.13.2)
|
||||||
railties (>= 3.0)
|
railties (>= 3.0)
|
||||||
msgpack (1.3.3)
|
msgpack (1.3.3)
|
||||||
multi_json (1.14.1)
|
multi_json (1.15.0)
|
||||||
mustermann (1.1.1)
|
mustermann (1.1.1)
|
||||||
ruby2_keywords (~> 0.0.1)
|
ruby2_keywords (~> 0.0.1)
|
||||||
mustermann-grape (1.0.1)
|
mustermann-grape (1.0.1)
|
||||||
|
@ -313,7 +307,7 @@ GEM
|
||||||
paper_trail (10.3.1)
|
paper_trail (10.3.1)
|
||||||
activerecord (>= 4.2)
|
activerecord (>= 4.2)
|
||||||
request_store (~> 1.1)
|
request_store (~> 1.1)
|
||||||
pdfkit (0.8.4.3.1)
|
pdfkit (0.8.4.3.2)
|
||||||
pg (1.2.2)
|
pg (1.2.2)
|
||||||
polyamorous (2.3.2)
|
polyamorous (2.3.2)
|
||||||
activerecord (>= 5.2.1)
|
activerecord (>= 5.2.1)
|
||||||
|
@ -322,7 +316,7 @@ GEM
|
||||||
method_source (~> 0.8.1)
|
method_source (~> 0.8.1)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
public_suffix (4.0.6)
|
public_suffix (4.0.6)
|
||||||
puma (4.3.5)
|
puma (5.0.0)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
que (0.14.3)
|
que (0.14.3)
|
||||||
que-web (0.7.2)
|
que-web (0.7.2)
|
||||||
|
@ -332,11 +326,10 @@ GEM
|
||||||
rack (2.2.3)
|
rack (2.2.3)
|
||||||
rack-accept (0.4.5)
|
rack-accept (0.4.5)
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
rack-protection (2.0.8.1)
|
rack-protection (2.1.0)
|
||||||
rack
|
rack
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
railroady (1.3.0)
|
|
||||||
rails (6.0.3.3)
|
rails (6.0.3.3)
|
||||||
actioncable (= 6.0.3.3)
|
actioncable (= 6.0.3.3)
|
||||||
actionmailbox (= 6.0.3.3)
|
actionmailbox (= 6.0.3.3)
|
||||||
|
@ -373,7 +366,6 @@ GEM
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rbtree3 (0.6.0)
|
rbtree3 (0.6.0)
|
||||||
rdoc (6.2.1)
|
|
||||||
regexp_parser (1.7.1)
|
regexp_parser (1.7.1)
|
||||||
request_store (1.5.0)
|
request_store (1.5.0)
|
||||||
rack (>= 1.4)
|
rack (>= 1.4)
|
||||||
|
@ -385,22 +377,8 @@ GEM
|
||||||
http-cookie (>= 1.0.2, < 2.0)
|
http-cookie (>= 1.0.2, < 2.0)
|
||||||
mime-types (>= 1.16, < 4.0)
|
mime-types (>= 1.16, < 4.0)
|
||||||
netrc (~> 0.8)
|
netrc (~> 0.8)
|
||||||
rspec (3.9.0)
|
|
||||||
rspec-core (~> 3.9.0)
|
|
||||||
rspec-expectations (~> 3.9.0)
|
|
||||||
rspec-mocks (~> 3.9.0)
|
|
||||||
rspec-core (3.9.2)
|
|
||||||
rspec-support (~> 3.9.3)
|
|
||||||
rspec-expectations (3.9.2)
|
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
|
||||||
rspec-support (~> 3.9.0)
|
|
||||||
rspec-mocks (3.9.1)
|
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
|
||||||
rspec-support (~> 3.9.0)
|
|
||||||
rspec-support (3.9.3)
|
|
||||||
ruby2_keywords (0.0.2)
|
ruby2_keywords (0.0.2)
|
||||||
rubyzip (2.3.0)
|
rubyzip (2.3.0)
|
||||||
safe_yaml (1.0.5)
|
|
||||||
sass-rails (6.0.0)
|
sass-rails (6.0.0)
|
||||||
sassc-rails (~> 2.1, >= 2.1.1)
|
sassc-rails (~> 2.1, >= 2.1.1)
|
||||||
sassc (2.4.0)
|
sassc (2.4.0)
|
||||||
|
@ -419,8 +397,6 @@ GEM
|
||||||
nokogiri (>= 1.8.1)
|
nokogiri (>= 1.8.1)
|
||||||
nori (~> 2.4)
|
nori (~> 2.4)
|
||||||
wasabi (~> 3.4)
|
wasabi (~> 3.4)
|
||||||
sdoc (1.1.0)
|
|
||||||
rdoc (>= 5.0)
|
|
||||||
select2-rails (3.5.9.3)
|
select2-rails (3.5.9.3)
|
||||||
thor (~> 0.14)
|
thor (~> 0.14)
|
||||||
selectize-rails (0.12.1)
|
selectize-rails (0.12.1)
|
||||||
|
@ -434,10 +410,10 @@ GEM
|
||||||
simplecov-html (0.10.2)
|
simplecov-html (0.10.2)
|
||||||
simpleidn (0.1.1)
|
simpleidn (0.1.1)
|
||||||
unf (~> 0.1.4)
|
unf (~> 0.1.4)
|
||||||
sinatra (2.0.8.1)
|
sinatra (2.1.0)
|
||||||
mustermann (~> 1.0)
|
mustermann (~> 1.0)
|
||||||
rack (~> 2.0)
|
rack (~> 2.2)
|
||||||
rack-protection (= 2.0.8.1)
|
rack-protection (= 2.1.0)
|
||||||
tilt (~> 2.0)
|
tilt (~> 2.0)
|
||||||
sixarm_ruby_unaccent (1.2.0)
|
sixarm_ruby_unaccent (1.2.0)
|
||||||
slop (3.6.0)
|
slop (3.6.0)
|
||||||
|
@ -453,7 +429,7 @@ GEM
|
||||||
thor (0.20.3)
|
thor (0.20.3)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (2.0.10)
|
tilt (2.0.10)
|
||||||
truemail (1.8.0)
|
truemail (1.9.0)
|
||||||
simpleidn (~> 0.1.1)
|
simpleidn (~> 0.1.1)
|
||||||
tzinfo (1.2.7)
|
tzinfo (1.2.7)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
|
@ -465,8 +441,8 @@ GEM
|
||||||
unicode_utils (1.4.0)
|
unicode_utils (1.4.0)
|
||||||
validates_email_format_of (1.6.3)
|
validates_email_format_of (1.6.3)
|
||||||
i18n
|
i18n
|
||||||
warden (1.2.8)
|
warden (1.2.9)
|
||||||
rack (>= 2.0.6)
|
rack (>= 2.0.9)
|
||||||
wasabi (3.6.1)
|
wasabi (3.6.1)
|
||||||
addressable
|
addressable
|
||||||
httpi (~> 2.0)
|
httpi (~> 2.0)
|
||||||
|
@ -475,7 +451,7 @@ GEM
|
||||||
nokogiri (~> 1.6)
|
nokogiri (~> 1.6)
|
||||||
rubyzip (>= 1.3.0)
|
rubyzip (>= 1.3.0)
|
||||||
selenium-webdriver (>= 3.0, < 4.0)
|
selenium-webdriver (>= 3.0, < 4.0)
|
||||||
webmock (3.8.3)
|
webmock (3.9.1)
|
||||||
addressable (>= 2.3.6)
|
addressable (>= 2.3.6)
|
||||||
crack (>= 0.3.2)
|
crack (>= 0.3.2)
|
||||||
hashdiff (>= 0.4.0, < 2.0.0)
|
hashdiff (>= 0.4.0, < 2.0.0)
|
||||||
|
@ -495,7 +471,6 @@ PLATFORMS
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activerecord-import
|
activerecord-import
|
||||||
airbrake
|
airbrake
|
||||||
autodoc
|
|
||||||
bootsnap (>= 1.1.0)
|
bootsnap (>= 1.1.0)
|
||||||
bootstrap-sass (~> 3.4)
|
bootstrap-sass (~> 3.4)
|
||||||
cancancan
|
cancancan
|
||||||
|
@ -535,12 +510,10 @@ DEPENDENCIES
|
||||||
puma
|
puma
|
||||||
que
|
que
|
||||||
que-web
|
que-web
|
||||||
railroady (= 1.3.0)
|
|
||||||
rails (~> 6.0)
|
rails (~> 6.0)
|
||||||
ransack (~> 2.3)
|
ransack (~> 2.3)
|
||||||
rest-client
|
rest-client
|
||||||
sass-rails
|
sass-rails
|
||||||
sdoc (~> 1.1)
|
|
||||||
select2-rails (= 3.5.9.3)
|
select2-rails (= 3.5.9.3)
|
||||||
selectize-rails (= 0.12.1)
|
selectize-rails (= 0.12.1)
|
||||||
simplecov (= 0.17.1)
|
simplecov (= 0.17.1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue