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

Updated rails and gems to patch CVEs

This commit is contained in:
2018-12-24 14:20:53 +00:00
parent b2b007bd96
commit ba1be7fea7
2 changed files with 57 additions and 57 deletions

View File

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