1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-04 22:03:49 +00:00

Upgraded to rails 4.2.5

This commit is contained in:
2015-12-04 19:51:39 +00:00
parent 68fe5e4f90
commit b16435232a
2 changed files with 53 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.0'
gem 'rails', '4.2.5'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', :group => :development