migrated to rails 6.1
Showing
with
252 additions
and
212 deletions
... | ... | @@ -2,12 +2,12 @@ source 'https://rubygems.org' |
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
gem 'rails', '~> 6.0.3.6' | ||
gem 'rails', '~> 6.1' | ||
# Use SCSS for stylesheets | ||
gem 'sass-rails', '~> 5.0' | ||
#gem 'sass-rails' #, '~> 5.0' | ||
# Use Uglifier as compressor for JavaScript assets | ||
gem 'uglifier', '>= 1.3.0' | ||
gem 'uglifier'#, '>= 1.3.0' | ||
# Use CoffeeScript for .coffee assets and views | ||
# gem 'coffee-rails', '~> 4.1.0' | ||
# See https://github.com/rails/execjs#readme for more supported runtimes | ||
... | ... | @@ -18,12 +18,12 @@ gem 'jquery-rails' |
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks | ||
gem 'turbolinks' | ||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | ||
gem 'jbuilder', '~> 2.0' | ||
gem 'jbuilder'#, '~> 2.0' | ||
# bundle exec rake doc:rails generates the API under doc/api. | ||
#gem 'sdoc', '~> 0.4.0', group: :doc | ||
# revert from 3.1.13 due to armhf bug | ||
gem 'bcrypt', '3.1.12' | ||
gem 'bcrypt'#, '3.1.12' | ||
# Use Unicorn as the app server | ||
# gem 'unicorn' | ||
... | ... | @@ -43,7 +43,7 @@ gem 'rubocop-rspec' |
group :development, :test do | ||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
gem 'byebug' | ||
gem 'rspec-rails', '~> 3.1' | ||
gem 'rspec-rails'#, '~> 3.1' | ||
gem 'rubocop', require: false | ||
gem 'vcr' | ||
gem 'webmock' | ||
... | ... | @@ -56,9 +56,9 @@ group :development, :test do |
gem 'spring-commands-rspec' | ||
gem 'terminal-notifier-guard' | ||
gem 'terminal-notifier' | ||
gem 'capistrano', '~> 3.6' | ||
gem 'capistrano-rails', '~> 1.2' | ||
gem 'capistrano-rbenv', '~> 2.0' | ||
gem 'capistrano'#, '~> 3.6' | ||
gem 'capistrano-rails'#, '~> 1.2' | ||
gem 'capistrano-rbenv'#, '~> 2.0' | ||
gem 'capistrano-passenger' | ||
gem 'thin' | ||
end | ||
... | ... |
This diff is collapsed.
Click to expand it.
bin/spring
deleted
100755 → 0
config/initializers/assets.rb
deleted
100644 → 0
Please
register
or
sign in
to comment