1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00

Updated to ruby 2.4.2 and rails 5.1.4

This commit is contained in:
2017-12-11 07:57:26 -05:00
parent e22e3af8eb
commit 8ff2bba87a
4 changed files with 74 additions and 73 deletions

View File

@@ -1,8 +1,8 @@
source 'https://rubygems.org'
ruby '2.4.0'
ruby '2.4.2'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '5.1.1'
gem 'rails', '5.1.4'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', :group => :development
@@ -55,8 +55,8 @@ gem 'delayed_job_active_record'
gem 'puma'
group :development do
gem 'rubocop'
gem 'rubocop'
gem 'bullet'
gem 'brakeman'
end