mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:19:52 +01:00
Remove unused rails-assets gems
This commit is contained in:
parent
e0c2f834d8
commit
411d65827b
2 changed files with 0 additions and 50 deletions
15
Gemfile
15
Gemfile
|
@ -10,17 +10,13 @@ gem 'pg'
|
||||||
|
|
||||||
gem 'sass-rails', '~> 5.0'
|
gem 'sass-rails', '~> 5.0'
|
||||||
gem 'uglifier', '>= 1.3.0'
|
gem 'uglifier', '>= 1.3.0'
|
||||||
gem 'coffee-rails', '~> 4.1'
|
|
||||||
gem 'jquery-rails'
|
|
||||||
gem 'turbolinks', '~> 2.5.3'
|
gem 'turbolinks', '~> 2.5.3'
|
||||||
gem 'jquery-turbolinks'
|
|
||||||
gem 'jbuilder', '~> 2.10'
|
gem 'jbuilder', '~> 2.10'
|
||||||
|
|
||||||
gem 'bcrypt', '~> 3.1.7'
|
gem 'bcrypt', '~> 3.1.7'
|
||||||
|
|
||||||
gem 'haml', '~> 5.0'
|
gem 'haml', '~> 5.0'
|
||||||
gem 'bootstrap', '~> 4.4', '>= 4.4.1'
|
gem 'bootstrap', '~> 4.4', '>= 4.4.1'
|
||||||
gem 'sweetalert-rails'
|
|
||||||
gem 'devise', '~> 4.0'
|
gem 'devise', '~> 4.0'
|
||||||
gem 'devise-i18n'
|
gem 'devise-i18n'
|
||||||
gem 'devise-async'
|
gem 'devise-async'
|
||||||
|
@ -28,16 +24,10 @@ gem 'active_model_otp'
|
||||||
gem 'rqrcode'
|
gem 'rqrcode'
|
||||||
gem 'bootstrap_form'
|
gem 'bootstrap_form'
|
||||||
gem 'font-kit-rails'
|
gem 'font-kit-rails'
|
||||||
gem 'nprogress-rails'
|
|
||||||
gem 'font-awesome-rails', '~> 4.7.0'
|
gem 'font-awesome-rails', '~> 4.7.0'
|
||||||
gem 'fog-core'
|
gem 'fog-core'
|
||||||
gem 'fog-aws'
|
gem 'fog-aws'
|
||||||
gem 'fog-local'
|
gem 'fog-local'
|
||||||
gem 'momentjs-rails', '>= 2.9.0'
|
|
||||||
gem 'moment-timezone-rails', '~> 1.0'
|
|
||||||
gem 'bootstrap4-datetime-picker-rails'
|
|
||||||
gem 'tiny-color-rails'
|
|
||||||
gem 'jquery-minicolors-rails'
|
|
||||||
gem 'colorize'
|
gem 'colorize'
|
||||||
gem 'carrierwave', '~> 2.0'
|
gem 'carrierwave', '~> 2.0'
|
||||||
gem 'carrierwave_backgrounder', git: 'https://github.com/mltnhm/carrierwave_backgrounder.git'
|
gem 'carrierwave_backgrounder', git: 'https://github.com/mltnhm/carrierwave_backgrounder.git'
|
||||||
|
@ -46,11 +36,6 @@ gem "hcaptcha", "~> 6.0", git: "https://github.com/Retrospring/hcaptcha.git", re
|
||||||
|
|
||||||
gem "rolify", "~> 5.2"
|
gem "rolify", "~> 5.2"
|
||||||
|
|
||||||
source "https://rails-assets.org" do
|
|
||||||
gem 'rails-assets-growl'
|
|
||||||
gem 'rails-assets-jquery', '~> 2.2.0'
|
|
||||||
end
|
|
||||||
|
|
||||||
gem 'ruby-progressbar'
|
gem 'ruby-progressbar'
|
||||||
|
|
||||||
gem 'rails_admin'
|
gem 'rails_admin'
|
||||||
|
|
35
Gemfile.lock
35
Gemfile.lock
|
@ -34,7 +34,6 @@ GIT
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
remote: https://rails-assets.org/
|
|
||||||
specs:
|
specs:
|
||||||
actioncable (5.2.4.4)
|
actioncable (5.2.4.4)
|
||||||
actionpack (= 5.2.4.4)
|
actionpack (= 5.2.4.4)
|
||||||
|
@ -102,10 +101,6 @@ GEM
|
||||||
autoprefixer-rails (>= 9.1.0)
|
autoprefixer-rails (>= 9.1.0)
|
||||||
popper_js (>= 1.14.3, < 2)
|
popper_js (>= 1.14.3, < 2)
|
||||||
sassc-rails (>= 2.0.0)
|
sassc-rails (>= 2.0.0)
|
||||||
bootstrap4-datetime-picker-rails (0.3.1)
|
|
||||||
jquery-rails (~> 4.2, >= 4.2.0)
|
|
||||||
moment-timezone-rails (~> 1.0)
|
|
||||||
momentjs-rails (>= 2.10.5, <= 3.0.0)
|
|
||||||
bootstrap_form (4.5.0)
|
bootstrap_form (4.5.0)
|
||||||
actionpack (>= 5.2)
|
actionpack (>= 5.2)
|
||||||
activemodel (>= 5.2)
|
activemodel (>= 5.2)
|
||||||
|
@ -255,16 +250,10 @@ GEM
|
||||||
ipaddress (0.8.3)
|
ipaddress (0.8.3)
|
||||||
jbuilder (2.10.1)
|
jbuilder (2.10.1)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
jquery-minicolors-rails (2.2.6.2)
|
|
||||||
jquery-rails
|
|
||||||
rails (>= 3.2.8)
|
|
||||||
jquery-rails (4.4.0)
|
jquery-rails (4.4.0)
|
||||||
rails-dom-testing (>= 1, < 3)
|
rails-dom-testing (>= 1, < 3)
|
||||||
railties (>= 4.2.0)
|
railties (>= 4.2.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
jquery-turbolinks (2.1.0)
|
|
||||||
railties (>= 3.1.0)
|
|
||||||
turbolinks
|
|
||||||
jquery-ui-rails (6.0.1)
|
jquery-ui-rails (6.0.1)
|
||||||
railties (>= 3.2.16)
|
railties (>= 3.2.16)
|
||||||
json (2.5.1)
|
json (2.5.1)
|
||||||
|
@ -306,10 +295,6 @@ GEM
|
||||||
mini_mime (1.0.2)
|
mini_mime (1.0.2)
|
||||||
mini_portile2 (2.4.0)
|
mini_portile2 (2.4.0)
|
||||||
minitest (5.14.2)
|
minitest (5.14.2)
|
||||||
moment-timezone-rails (1.0.0)
|
|
||||||
momentjs-rails (>= 2.10.5, <= 3.0.0)
|
|
||||||
momentjs-rails (2.20.1)
|
|
||||||
railties (>= 3.1)
|
|
||||||
multi_json (1.15.0)
|
multi_json (1.15.0)
|
||||||
multi_xml (0.6.0)
|
multi_xml (0.6.0)
|
||||||
multipart-post (2.1.1)
|
multipart-post (2.1.1)
|
||||||
|
@ -325,7 +310,6 @@ GEM
|
||||||
notiffany (0.1.3)
|
notiffany (0.1.3)
|
||||||
nenv (~> 0.1)
|
nenv (~> 0.1)
|
||||||
shellany (~> 0.0)
|
shellany (~> 0.0)
|
||||||
nprogress-rails (0.2.0.2)
|
|
||||||
oauth (0.5.4)
|
oauth (0.5.4)
|
||||||
omniauth (1.9.1)
|
omniauth (1.9.1)
|
||||||
hashie (>= 3.4.6)
|
hashie (>= 3.4.6)
|
||||||
|
@ -380,9 +364,6 @@ GEM
|
||||||
bundler (>= 1.3.0)
|
bundler (>= 1.3.0)
|
||||||
railties (= 5.2.4.4)
|
railties (= 5.2.4.4)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-assets-growl (1.3.5)
|
|
||||||
rails-assets-jquery
|
|
||||||
rails-assets-jquery (2.2.4)
|
|
||||||
rails-controller-testing (1.0.5)
|
rails-controller-testing (1.0.5)
|
||||||
actionpack (>= 5.0.1.rc1)
|
actionpack (>= 5.0.1.rc1)
|
||||||
actionview (>= 5.0.1.rc1)
|
actionview (>= 5.0.1.rc1)
|
||||||
|
@ -521,16 +502,12 @@ GEM
|
||||||
actionpack (>= 4.0)
|
actionpack (>= 4.0)
|
||||||
activesupport (>= 4.0)
|
activesupport (>= 4.0)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sweetalert-rails (1.1.3)
|
|
||||||
railties (>= 3.1.0)
|
|
||||||
sysexits (1.2.0)
|
sysexits (1.2.0)
|
||||||
temple (0.8.2)
|
temple (0.8.2)
|
||||||
thor (1.0.1)
|
thor (1.0.1)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (2.0.10)
|
tilt (2.0.10)
|
||||||
timecop (0.9.2)
|
timecop (0.9.2)
|
||||||
tiny-color-rails (0.0.2)
|
|
||||||
railties (>= 3.0)
|
|
||||||
turbolinks (2.5.4)
|
turbolinks (2.5.4)
|
||||||
coffee-rails
|
coffee-rails
|
||||||
twitter (7.0.0)
|
twitter (7.0.0)
|
||||||
|
@ -579,14 +556,12 @@ DEPENDENCIES
|
||||||
better_errors
|
better_errors
|
||||||
binding_of_caller
|
binding_of_caller
|
||||||
bootstrap (~> 4.4, >= 4.4.1)
|
bootstrap (~> 4.4, >= 4.4.1)
|
||||||
bootstrap4-datetime-picker-rails
|
|
||||||
bootstrap_form
|
bootstrap_form
|
||||||
brakeman
|
brakeman
|
||||||
byebug
|
byebug
|
||||||
capybara
|
capybara
|
||||||
carrierwave (~> 2.0)
|
carrierwave (~> 2.0)
|
||||||
carrierwave_backgrounder!
|
carrierwave_backgrounder!
|
||||||
coffee-rails (~> 4.1)
|
|
||||||
colorize
|
colorize
|
||||||
database_cleaner
|
database_cleaner
|
||||||
devise (~> 4.0)
|
devise (~> 4.0)
|
||||||
|
@ -607,15 +582,9 @@ DEPENDENCIES
|
||||||
httparty
|
httparty
|
||||||
i18n-js (= 3.6)
|
i18n-js (= 3.6)
|
||||||
jbuilder (~> 2.10)
|
jbuilder (~> 2.10)
|
||||||
jquery-minicolors-rails
|
|
||||||
jquery-rails
|
|
||||||
jquery-turbolinks
|
|
||||||
letter_opener
|
letter_opener
|
||||||
mini_magick
|
mini_magick
|
||||||
moment-timezone-rails (~> 1.0)
|
|
||||||
momentjs-rails (>= 2.9.0)
|
|
||||||
newrelic_rpm
|
newrelic_rpm
|
||||||
nprogress-rails
|
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-tumblr
|
omniauth-tumblr
|
||||||
omniauth-twitter
|
omniauth-twitter
|
||||||
|
@ -625,8 +594,6 @@ DEPENDENCIES
|
||||||
puma
|
puma
|
||||||
questiongenerator!
|
questiongenerator!
|
||||||
rails (~> 5.2)
|
rails (~> 5.2)
|
||||||
rails-assets-growl!
|
|
||||||
rails-assets-jquery (~> 2.2.0)!
|
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
rails-i18n (~> 5.0)
|
rails-i18n (~> 5.0)
|
||||||
rails_admin
|
rails_admin
|
||||||
|
@ -647,9 +614,7 @@ DEPENDENCIES
|
||||||
simplecov-cobertura
|
simplecov-cobertura
|
||||||
simplecov-json
|
simplecov-json
|
||||||
spring (~> 2.0)
|
spring (~> 2.0)
|
||||||
sweetalert-rails
|
|
||||||
timecop
|
timecop
|
||||||
tiny-color-rails
|
|
||||||
tumblr_client!
|
tumblr_client!
|
||||||
turbolinks (~> 2.5.3)
|
turbolinks (~> 2.5.3)
|
||||||
twitter
|
twitter
|
||||||
|
|
Loading…
Reference in a new issue