From 4d14f5b10a7235c1a6aa8c2a57db7f655b40e039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Nie=C5=82acny?= Date: Wed, 8 Feb 2012 16:59:16 +0100 Subject: [PATCH] More specific versions of gems --- gemfiles/Gemfile | 4 ---- gemfiles/Gemfile-3.0 | 6 +++--- gemfiles/Gemfile-3.1 | 6 +++--- gemfiles/Gemfile-3.2 | 6 +++--- 4 files changed, 9 insertions(+), 13 deletions(-) delete mode 100644 gemfiles/Gemfile diff --git a/gemfiles/Gemfile b/gemfiles/Gemfile deleted file mode 100644 index 956fd2a16..000000000 --- a/gemfiles/Gemfile +++ /dev/null @@ -1,4 +0,0 @@ -source "https://rubygems.org" - -gemspec :path => File.expand_path('../..', __FILE__) -gem "rails", "~> 3.0" diff --git a/gemfiles/Gemfile-3.0 b/gemfiles/Gemfile-3.0 index 0d5172fae..da229a6ab 100644 --- a/gemfiles/Gemfile-3.0 +++ b/gemfiles/Gemfile-3.0 @@ -1,6 +1,6 @@ source "https://rubygems.org" gemspec :path => File.expand_path('../..', __FILE__) -gem "activerecord", "~> 3.0" -gem "activesupport", "~> 3.0" -gem "railties", "~> 3.0" +gem "activerecord", "~> 3.0.0" +gem "activesupport", "~> 3.0.0" +gem "railties", "~> 3.0.0" diff --git a/gemfiles/Gemfile-3.1 b/gemfiles/Gemfile-3.1 index ba1c6be91..f655ff2ec 100644 --- a/gemfiles/Gemfile-3.1 +++ b/gemfiles/Gemfile-3.1 @@ -1,6 +1,6 @@ source "https://rubygems.org" gemspec :path => File.expand_path('../..', __FILE__) -gem "activerecord", "~> 3.1" -gem "activesupport", "~> 3.1" -gem "railties", "~> 3.1" +gem "activerecord", "~> 3.1.0" +gem "activesupport", "~> 3.1.0" +gem "railties", "~> 3.1.0" diff --git a/gemfiles/Gemfile-3.2 b/gemfiles/Gemfile-3.2 index 704a03b4d..8b6c03286 100644 --- a/gemfiles/Gemfile-3.2 +++ b/gemfiles/Gemfile-3.2 @@ -1,6 +1,6 @@ source "https://rubygems.org" gemspec :path => File.expand_path('../..', __FILE__) -gem "activerecord", "~> 3.2" -gem "activesupport", "~> 3.2" -gem "railties", "~> 3.2" +gem "activerecord", "~> 3.2.0" +gem "activesupport", "~> 3.2.0" +gem "railties", "~> 3.2.0"