From 56fc36fa92fc3e8efe333b81b4bd226b7b578f81 Mon Sep 17 00:00:00 2001 From: Alex Tomlins Date: Fri, 3 Jul 2015 12:02:04 +0000 Subject: [PATCH] Pin exact version of Rails. To be consistent with other apps, and conform to out styleguide. --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 3f0cfd4..8da74b9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "rails", "~> 4.2.2" +gem "rails", "4.2.2" gem "yajl-ruby" gem "multi_json" diff --git a/Gemfile.lock b/Gemfile.lock index 3bd9799..338cda4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -302,7 +302,7 @@ DEPENDENCIES plek (~> 1.8.1) poltergeist (~> 1.5.1) pry-rails - rails (~> 4.2.2) + rails (= 4.2.2) responders (~> 2.0) rspec-rails (~> 3.2) sass-rails (~> 5.0)