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

Updated to Ruby 2.5.1 and Rails 5.2.0

This commit is contained in:
2018-05-03 18:45:25 +00:00
parent a2f3d836ec
commit 5c1975ff44
7 changed files with 56 additions and 47 deletions

View File

@@ -1,8 +1,8 @@
source 'https://rubygems.org'
ruby '2.4.2'
ruby '2.5.1'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '5.1.4'
gem 'rails', '5.2.0'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', :group => :development