diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ # :jedit:mode=ruby: source 'https://rubygems.org' -gem 'rails', '~> 3.2' +gem 'rails', + git: "https://code.volse.no/rails.git", + branch: "3-2-stable-for-hmno" group :development, :test do gem 'sqlite3' |