optimization code
Showing
| ... | ... | @@ -13,7 +13,7 @@ gem 'sass-rails', '~> 5.0' |
| gem 'uglifier', '>= 1.3.0' | ||
| # See https://github.com/rails/execjs#readme for more supported runtimes | ||
| # gem 'mini_racer', platforms: :ruby | ||
| gem 'pry' | ||
| # Use CoffeeScript for .coffee assets and views | ||
| gem 'coffee-rails', '~> 4.2' | ||
| # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks | ||
| ... | ... | @@ -43,6 +43,7 @@ end |
| group :development do | ||
| gem 'rubocop' | ||
| gem 'pry' | ||
| # Access an interactive console on exception pages or by calling 'console' anywhere in the code. | ||
| gem 'web-console', '>= 3.3.0' | ||
| gem 'listen', '>= 3.0.5', '< 3.2' | ||
| ... | ... |
lib/src/Linkcrawl.rb
deleted
100644 → 0
Please
register
or
sign in
to comment