fixed logic,...
Showing
| ... | ... | @@ -31,7 +31,7 @@ gem 'bootsnap', '>= 1.4.4', require: false |
| group :development, :test do | ||
| # Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
| gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] | ||
| gem 'pry', '~> 0.14.1' | ||
| gem 'pry', '~> 0.14.1' | ||
| # gem 'pry-nav' | ||
| gem 'pry-rails' | ||
| end | ||
| ... | ... | @@ -45,8 +45,6 @@ group :development do |
| gem 'listen', '~> 3.3' | ||
| # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | ||
| gem 'spring' | ||
| gem 'nokogiri', '~> 1.11', '>= 1.11.7' | ||
| gem 'httparty', '~> 0.18.1' | ||
| gem 'rubocop-rails', '~> 2.11', '>= 2.11.3' | ||
| end | ||
| ... | ... | @@ -61,3 +59,5 @@ end |
| # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
| gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
| 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