Skip to content

Instantly share code, notes, and snippets.

@hannahwhy
Created January 9, 2013 17:17
Show Gist options
  • Save hannahwhy/4494953 to your computer and use it in GitHub Desktop.
Save hannahwhy/4494953 to your computer and use it in GitHub Desktop.
diff --git a/Gemfile b/Gemfile
index ce1b006..947c8ca 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
source 'http://rubygems.org'
-gem 'rails', '3.0.10'
+gem 'rails', '3.0.19'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
diff --git a/Gemfile.lock b/Gemfile.lock
index df5139d..2e289da 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -45,32 +45,32 @@ GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
- actionmailer (3.0.10)
- actionpack (= 3.0.10)
+ actionmailer (3.0.19)
+ actionpack (= 3.0.19)
mail (~> 2.2.19)
- actionpack (3.0.10)
- activemodel (= 3.0.10)
- activesupport (= 3.0.10)
+ actionpack (3.0.19)
+ activemodel (= 3.0.19)
+ activesupport (= 3.0.19)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
- rack (~> 1.2.1)
+ rack (~> 1.2.5)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
- activemodel (3.0.10)
- activesupport (= 3.0.10)
+ activemodel (3.0.19)
+ activesupport (= 3.0.19)
builder (~> 2.1.2)
i18n (~> 0.5.0)
- activerecord (3.0.10)
- activemodel (= 3.0.10)
- activesupport (= 3.0.10)
+ activerecord (3.0.19)
+ activemodel (= 3.0.19)
+ activesupport (= 3.0.19)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
- activeresource (3.0.10)
- activemodel (= 3.0.10)
- activesupport (= 3.0.10)
- activesupport (3.0.10)
+ activeresource (3.0.19)
+ activemodel (= 3.0.19)
+ activesupport (= 3.0.19)
+ activesupport (3.0.19)
addressable (2.2.8)
aker (3.0.4)
activesupport (>= 2.3.0)
@@ -198,7 +198,7 @@ GEM
http_parser.rb (0.5.3)
i18n (0.5.0)
inifile (0.4.1)
- json (1.7.5)
+ json (1.7.6)
json_spec (1.0.3)
multi_json (~> 1.0)
rspec (~> 2.0)
@@ -239,26 +239,26 @@ GEM
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
- rack (1.2.5)
+ rack (1.2.6)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
- rails (3.0.10)
- actionmailer (= 3.0.10)
- actionpack (= 3.0.10)
- activerecord (= 3.0.10)
- activeresource (= 3.0.10)
- activesupport (= 3.0.10)
+ rails (3.0.19)
+ actionmailer (= 3.0.19)
+ actionpack (= 3.0.19)
+ activerecord (= 3.0.19)
+ activeresource (= 3.0.19)
+ activesupport (= 3.0.19)
bundler (~> 1.0)
- railties (= 3.0.10)
- railties (3.0.10)
- actionpack (= 3.0.10)
- activesupport (= 3.0.10)
+ railties (= 3.0.19)
+ railties (3.0.19)
+ actionpack (= 3.0.19)
+ activesupport (= 3.0.19)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
- rake (0.9.2.2)
+ rake (10.0.3)
ransack (0.7.0)
actionpack (~> 3.0)
activerecord (~> 3.0)
@@ -308,14 +308,14 @@ GEM
multi_json (~> 1.0)
multipart-post (~> 1.1)
twitter-stream (~> 0.1)
- treetop (1.4.11)
+ treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
twitter-stream (0.1.16)
eventmachine (>= 0.12.8)
http_parser.rb (~> 0.5.1)
simple_oauth (~> 0.1.4)
- tzinfo (0.3.33)
+ tzinfo (0.3.35)
uuidtools (2.1.3)
validates_timeliness (3.0.14)
timeliness (~> 0.3.6)
@@ -360,7 +360,7 @@ DEPENDENCIES
ncs_navigator_configuration!
nilify_blanks
pg
- rails (= 3.0.10)
+ rails (= 3.0.19)
ransack
rb-fsevent
rspec-rails (= 2.6.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment