Skip to content
This repository has been archived by the owner on Jan 6, 2018. It is now read-only.

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Jan 4, 2013
1 parent c3021a2 commit 8917c26
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,7 +1,7 @@
source "http://rubygems.org"

gem "dynamic_form", "1.1.4"
gem "rails", "3.2.9"
gem "rails", "3.2.10"
gem "sqlite3", "1.3.6"

group :development do
Expand All @@ -13,5 +13,5 @@ group :test do
gem "database_cleaner", "0.9.1"
gem "factory_girl_rails", "4.1.0"
gem "rspec-rails", "2.12.0"
gem "timecop", "0.5.4"
gem "timecop", "0.5.7"
end
64 changes: 32 additions & 32 deletions Gemfile.lock
@@ -1,37 +1,37 @@
GEM
remote: http://rubygems.org/
specs:
actionmailer (3.2.9)
actionpack (= 3.2.9)
actionmailer (3.2.10)
actionpack (= 3.2.10)
mail (~> 2.4.4)
actionpack (3.2.9)
activemodel (= 3.2.9)
activesupport (= 3.2.9)
actionpack (3.2.10)
activemodel (= 3.2.10)
activesupport (= 3.2.10)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.0)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.9)
activesupport (= 3.2.9)
activemodel (3.2.10)
activesupport (= 3.2.10)
builder (~> 3.0.0)
activerecord (3.2.9)
activemodel (= 3.2.9)
activesupport (= 3.2.9)
activerecord (3.2.10)
activemodel (= 3.2.10)
activesupport (= 3.2.10)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.9)
activemodel (= 3.2.9)
activesupport (= 3.2.9)
activesupport (3.2.9)
activeresource (3.2.10)
activemodel (= 3.2.10)
activesupport (= 3.2.10)
activesupport (3.2.10)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
arel (3.0.2)
builder (3.0.4)
capybara (2.0.1)
capybara (2.0.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
Expand Down Expand Up @@ -64,7 +64,7 @@ GEM
hike (1.2.1)
i18n (0.6.1)
journey (1.0.4)
json (1.7.5)
json (1.7.6)
libwebsocket (0.1.7.1)
addressable
websocket
Expand All @@ -74,7 +74,7 @@ GEM
treetop (~> 1.4.8)
mime-types (1.19)
multi_json (1.5.0)
nokogiri (1.5.5)
nokogiri (1.5.6)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
Expand All @@ -83,17 +83,17 @@ GEM
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.9)
actionmailer (= 3.2.9)
actionpack (= 3.2.9)
activerecord (= 3.2.9)
activeresource (= 3.2.9)
activesupport (= 3.2.9)
rails (3.2.10)
actionmailer (= 3.2.10)
actionpack (= 3.2.10)
activerecord (= 3.2.10)
activeresource (= 3.2.10)
activesupport (= 3.2.10)
bundler (~> 1.0)
railties (= 3.2.9)
railties (3.2.9)
actionpack (= 3.2.9)
activesupport (= 3.2.9)
railties (= 3.2.10)
railties (3.2.10)
actionpack (= 3.2.10)
activesupport (= 3.2.10)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
Expand All @@ -104,7 +104,7 @@ GEM
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.0)
rspec-mocks (2.12.1)
rspec-rails (2.12.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
Expand All @@ -126,12 +126,12 @@ GEM
sqlite3 (1.3.6)
thor (0.16.0)
tilt (1.3.3)
timecop (0.5.4)
timecop (0.5.7)
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.35)
websocket (1.0.4)
websocket (1.0.6)
xpath (1.0.0)
nokogiri (~> 1.3)

Expand All @@ -143,7 +143,7 @@ DEPENDENCIES
database_cleaner (= 0.9.1)
dynamic_form (= 1.1.4)
factory_girl_rails (= 4.1.0)
rails (= 3.2.9)
rails (= 3.2.10)
rspec-rails (= 2.12.0)
sqlite3 (= 1.3.6)
timecop (= 0.5.4)
timecop (= 0.5.7)

0 comments on commit 8917c26

Please sign in to comment.