1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Upgrade Ruby and add StandardRB

This commit is contained in:
Daniel Barber 2020-10-12 14:06:44 -04:00 committed by Dan Barber
parent df8620625f
commit c4ca82d16d
4 changed files with 52 additions and 46 deletions

View File

@ -1 +1 @@
2.4.2 2.6.6

View File

@ -1 +1 @@
ruby 2.4.2 ruby 2.6.6

85
Gemfile
View File

@ -1,63 +1,64 @@
source 'http://rubygems.org' source "http://rubygems.org"
ruby '2.4.2' ruby "2.6.6"
gem 'dotenv-rails', :groups => [:development, :test] gem "dotenv-rails", groups: [:development, :test]
gem 'rails', '~> 5.1' gem "rails", "~> 5.1"
# Bundle edge Rails instead: # Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git' # gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'administrate' gem "administrate"
gem 'administrate-field-image' gem "administrate-field-image"
gem 'aws-sdk' gem "aws-sdk"
gem 'bourbon' gem "bourbon"
gem 'coffee-rails' gem "coffee-rails"
gem 'dragonfly' gem "dragonfly"
gem 'dragonfly-s3_data_store' gem "dragonfly-s3_data_store"
gem 'jquery-rails' gem "jquery-rails"
gem 'kaminari' gem "kaminari"
gem 'kramdown' gem "kramdown"
gem 'mime-types' gem "mime-types"
gem 'nokogiri' gem "nokogiri"
gem 'oath' gem "oath"
gem 'oath-generators' gem "oath-generators"
gem 'pg' gem "pg"
gem 'sass-rails' gem "sass-rails"
gem 'simple_form' gem "simple_form"
gem 'slugtastic' gem "slugtastic"
gem 'uglifier' gem "uglifier"
gem 'unf' gem "unf"
# Bundle gems for the local environment. Make sure to # Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators # put test-only gems in this group so their generators
# and rake tasks are available in development mode: # and rake tasks are available in development mode:
group :development do group :development do
gem 'ruby_parser' gem "ruby_parser"
gem 'powder' gem "powder"
gem 'better_errors' gem "better_errors"
gem 'binding_of_caller' gem "binding_of_caller"
gem 'letter_opener' gem "letter_opener"
gem "standardrb"
end end
group :test, :development do group :test, :development do
gem 'rspec-rails' gem "rspec-rails"
gem 'rails-controller-testing' gem "rails-controller-testing"
gem 'rubocop' gem "rubocop"
gem 'pry' gem "pry"
end end
group :test do group :test do
gem 'factory_bot_rails' gem "factory_bot_rails"
gem 'shoulda' gem "shoulda"
gem 'poltergeist' gem "poltergeist"
gem 'database_cleaner' gem "database_cleaner"
gem 'fivemat' gem "fivemat"
gem 'capybara-screenshot' gem "capybara-screenshot"
gem 'simplecov' gem "simplecov"
end end
group :production do group :production do
gem 'puma' gem "puma"
gem 'rails_12factor' gem "rails_12factor"
end end

View File

@ -320,6 +320,10 @@ GEM
actionpack (>= 4.0) actionpack (>= 4.0)
activesupport (>= 4.0) activesupport (>= 4.0)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
standard (0.0.36)
rubocop (>= 0.63)
standardrb (1.0.0)
standard
thor (0.20.3) thor (0.20.3)
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.8) tilt (2.0.8)
@ -381,11 +385,12 @@ DEPENDENCIES
simple_form simple_form
simplecov simplecov
slugtastic slugtastic
standardrb
uglifier uglifier
unf unf
RUBY VERSION RUBY VERSION
ruby 2.4.2p198 ruby 2.6.6p146
BUNDLED WITH BUNDLED WITH
1.16.1 1.17.2