From 9d7e019c6b2c21267c2a6f90ce163c014b962b3a Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 4 Mar 2012 00:06:00 -0500 Subject: [PATCH] egads --- rails/pennmaps/.gitignore | 1 + rails/pennmaps/Gemfile | 2 +- rails/pennmaps/Gemfile.lock | 34 ++++++++++++++++------------------ 3 files changed, 18 insertions(+), 19 deletions(-) diff --git a/rails/pennmaps/.gitignore b/rails/pennmaps/.gitignore index 779520b..86d0a11 100644 --- a/rails/pennmaps/.gitignore +++ b/rails/pennmaps/.gitignore @@ -1,2 +1,3 @@ log/*.log tmp/* +.rbenv-version diff --git a/rails/pennmaps/Gemfile b/rails/pennmaps/Gemfile index 825766c..10f9134 100644 --- a/rails/pennmaps/Gemfile +++ b/rails/pennmaps/Gemfile @@ -1,3 +1,3 @@ source :rubygems -gem 'rails', '~> 2.3.2' +gem 'rails', '2.3.2' diff --git a/rails/pennmaps/Gemfile.lock b/rails/pennmaps/Gemfile.lock index 7798280..be7c3b4 100644 --- a/rails/pennmaps/Gemfile.lock +++ b/rails/pennmaps/Gemfile.lock @@ -1,23 +1,21 @@ GEM remote: http://rubygems.org/ specs: - actionmailer (2.3.14) - actionpack (= 2.3.14) - actionpack (2.3.14) - activesupport (= 2.3.14) - rack (~> 1.1.0) - activerecord (2.3.14) - activesupport (= 2.3.14) - activeresource (2.3.14) - activesupport (= 2.3.14) - activesupport (2.3.14) - rack (1.1.3) - rails (2.3.14) - actionmailer (= 2.3.14) - actionpack (= 2.3.14) - activerecord (= 2.3.14) - activeresource (= 2.3.14) - activesupport (= 2.3.14) + actionmailer (2.3.2) + actionpack (= 2.3.2) + actionpack (2.3.2) + activesupport (= 2.3.2) + activerecord (2.3.2) + activesupport (= 2.3.2) + activeresource (2.3.2) + activesupport (= 2.3.2) + activesupport (2.3.2) + rails (2.3.2) + actionmailer (= 2.3.2) + actionpack (= 2.3.2) + activerecord (= 2.3.2) + activeresource (= 2.3.2) + activesupport (= 2.3.2) rake (>= 0.8.3) rake (0.9.2.2) @@ -25,4 +23,4 @@ PLATFORMS ruby DEPENDENCIES - rails (~> 2.3.2) + rails (= 2.3.2)