1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-14 08:58:29 +00:00

Added Dockerfile

This commit is contained in:
R.J. Osborne
2015-05-14 19:47:28 -04:00
parent d68e4bc54f
commit 932944ffc9
2 changed files with 27 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '2.2.0'
ruby '2.2.2'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.0'
@@ -55,7 +55,3 @@ gem 'spring', group: :development
group :development do
gem 'puma'
end