1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00

Specify Ruby version in Gemfile

This commit is contained in:
Daniel Barber 2018-08-09 20:48:19 -04:00
parent b11e37ef46
commit 49b1ce96c0
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -1,5 +1,7 @@
source "https://rubygems.org"
ruby "2.5.1"
gem "dotenv-rails", groups: %i[development test]
gem "rails", "5.2.0"