Browse Source

Fix gemfile for openshift

development
Graham Kaplan 10 years ago
parent
commit
3d9650f531
  1. 2
      Gemfile
  2. 2
      Gemfile.lock

2
Gemfile

@ -1,6 +1,6 @@
source 'http://rubygems.org'
ruby '2.0.0'
#ruby '2.0.0'
gem 'rails', '4.0.0'
# Servers

2
Gemfile.lock

@ -337,7 +337,6 @@ GEM
json (>= 1.8.0)
unicode_utils (1.4.0)
uniform_notifier (1.4.0)
wdm (0.1.0)
webmock (1.17.4)
addressable (>= 2.2.7)
crack (>= 0.3.2)
@ -401,5 +400,4 @@ DEPENDENCIES
simplecov
sorcery (>= 0.8.1)
uglifier (>= 1.3.0)
wdm (>= 0.1.0)
webmock

Loading…
Cancel
Save