Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Rails security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisnelson committed Dec 4, 2013
1 parent 3634e0d commit 464968b
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@ GIT
GEM
remote: http://rubygems.org/
specs:
actionmailer (4.0.1)
actionpack (= 4.0.1)
actionmailer (4.0.2)
actionpack (= 4.0.2)
mail (~> 2.5.4)
actionpack (4.0.1)
activesupport (= 4.0.1)
actionpack (4.0.2)
activesupport (= 4.0.2)
builder (~> 3.1.0)
erubis (~> 2.7.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
activemodel (4.0.1)
activesupport (= 4.0.1)
activemodel (4.0.2)
activesupport (= 4.0.2)
builder (~> 3.1.0)
activerecord (4.0.1)
activemodel (= 4.0.1)
activerecord (4.0.2)
activemodel (= 4.0.2)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.1)
activesupport (= 4.0.2)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.1)
activesupport (4.0.2)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
Expand All @@ -53,7 +53,7 @@ GEM
autoprefixer-rails (0.8.20131104)
execjs
bcrypt-ruby (3.1.2)
bootstrap-datepicker-rails (1.1.1.9)
bootstrap-datepicker-rails (1.1.1.10)
railties (>= 3.0)
bootstrap-sass (2.3.2.2)
sass (~> 3.2)
Expand Down Expand Up @@ -88,7 +88,7 @@ GEM
thread_safe (~> 0.1)
warden (~> 1.2.3)
diff-lcs (1.2.5)
docile (1.1.0)
docile (1.1.1)
dotenv (0.9.0)
draper (1.3.0)
actionpack (>= 3.0)
Expand Down Expand Up @@ -118,8 +118,8 @@ GEM
hike (1.2.3)
httpauth (0.2.0)
httpclient (2.3.4.1)
i18n (0.6.5)
jbuilder (1.5.2)
i18n (0.6.9)
jbuilder (1.5.3)
activesupport (>= 3.0.0)
multi_json (>= 1.2.0)
jquery-rails (3.0.4)
Expand All @@ -131,7 +131,7 @@ GEM
jwt (0.1.8)
multi_json (>= 1.5)
kgio (2.8.1)
launchy (2.4.0)
launchy (2.4.2)
addressable (~> 2.3)
loadjs (0.0.6)
rails (>= 3.2)
Expand Down Expand Up @@ -177,28 +177,28 @@ GEM
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
rails (4.0.1)
actionmailer (= 4.0.1)
actionpack (= 4.0.1)
activerecord (= 4.0.1)
activesupport (= 4.0.1)
rails (4.0.2)
actionmailer (= 4.0.2)
actionpack (= 4.0.2)
activerecord (= 4.0.2)
activesupport (= 4.0.2)
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.1)
railties (= 4.0.2)
sprockets-rails (~> 2.0.0)
rails_12factor (0.0.2)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.1)
rails_stdout_logging (0.0.3)
railties (4.0.1)
actionpack (= 4.0.1)
activesupport (= 4.0.1)
railties (4.0.2)
actionpack (= 4.0.2)
activesupport (= 4.0.2)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.12.0)
rake (10.1.0)
redis (3.0.6)
redis-namespace (1.3.2)
redis-namespace (1.4.1)
redis (~> 3.0.4)
request_store (1.0.5)
rest-client (1.6.7)
Expand Down Expand Up @@ -230,7 +230,7 @@ GEM
rubyzip (~> 1.0.0)
websocket (~> 1.0.4)
signature (0.1.7)
simple_form (3.0.0)
simple_form (3.0.1)
actionpack (>= 4.0.0, < 4.1)
activemodel (>= 4.0.0, < 4.1)
simplecov (0.8.2)
Expand Down Expand Up @@ -273,7 +273,7 @@ GEM
gherkin (>= 2.5)
rspec (~> 2.0)
tzinfo (0.3.38)
uglifier (2.3.1)
uglifier (2.3.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
underscore-rails (1.5.2)
Expand Down

0 comments on commit 464968b

Please sign in to comment.