fixed logic,...
Showing
| ... | @@ -45,8 +45,6 @@ group :development do | ... | @@ -45,8 +45,6 @@ group :development do |
| gem 'listen', '~> 3.3' | gem 'listen', '~> 3.3' | ||
| # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | ||
| gem 'spring' | gem 'spring' | ||
| gem 'nokogiri', '~> 1.11', '>= 1.11.7' | |||
| gem 'httparty', '~> 0.18.1' | |||
| gem 'rubocop-rails', '~> 2.11', '>= 2.11.3' | gem 'rubocop-rails', '~> 2.11', '>= 2.11.3' | ||
| end | end | ||
| ... | @@ -61,3 +59,5 @@ end | ... | @@ -61,3 +59,5 @@ end |
| # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
| gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
| gem 'slim-rails', '~> 3.2' | gem 'slim-rails', '~> 3.2' | ||
| gem 'nokogiri', '~> 1.11', '>= 1.11.7' | |||
| gem 'httparty', '~> 0.18.1' | |||
| \ No newline at end of file |
Please
register
or
sign in
to comment