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

Upgrade to rails 5.2.1 and ruby 2.5.1

This commit is contained in:
2018-08-23 00:12:35 +00:00
parent 2083186b78
commit 4758a0d1de
5 changed files with 65 additions and 57 deletions

View File

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