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

Add Ruby version to Gemfile.

This commit is contained in:
Dan Barber 2013-07-10 08:14:19 +01:00
parent 9aceebfe53
commit 8065dd4aa2

View File

@ -1,4 +1,5 @@
source 'http://rubygems.org' source 'http://rubygems.org'
ruby '1.9.3'
gem 'rails', '~> 3.2.0' gem 'rails', '~> 3.2.0'