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 17, 2013
1 parent 47a4282 commit 010ac15
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
12 changes: 6 additions & 6 deletions Gemfile
@@ -1,22 +1,22 @@
source "http://rubygems.org"

gem "dynamic_form", "1.1.4"
gem "rails", "3.2.10"
gem "sqlite3", "1.3.6"
gem "rails", "3.2.11"
gem "sqlite3", "1.3.7"

group :assets do
gem "sass-rails", "3.2.5"
gem "sass-rails", "3.2.6"
gem "yui-compressor", "0.9.6"
end

group :development do
gem "rspec-rails", "2.12.0"
gem "rspec-rails", "2.12.2"
end

group :test do
gem "cucumber-rails", "1.3.0", require: false
gem "database_cleaner", "0.9.1"
gem "factory_girl_rails", "4.1.0"
gem "rspec-rails", "2.12.0"
gem "timecop", "0.5.7"
gem "rspec-rails", "2.12.2"
gem "timecop", "0.5.9"
end
72 changes: 36 additions & 36 deletions Gemfile.lock
Expand Up @@ -5,31 +5,31 @@ GEM
Platform (>= 0.4.0)
open4
Platform (0.4.0)
actionmailer (3.2.10)
actionpack (= 3.2.10)
actionmailer (3.2.11)
actionpack (= 3.2.11)
mail (~> 2.4.4)
actionpack (3.2.10)
activemodel (= 3.2.10)
activesupport (= 3.2.10)
actionpack (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
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.10)
activesupport (= 3.2.10)
activemodel (3.2.11)
activesupport (= 3.2.11)
builder (~> 3.0.0)
activerecord (3.2.10)
activemodel (= 3.2.10)
activesupport (= 3.2.10)
activerecord (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.10)
activemodel (= 3.2.10)
activesupport (= 3.2.10)
activesupport (3.2.10)
activeresource (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
activesupport (3.2.11)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
Expand Down Expand Up @@ -62,7 +62,7 @@ GEM
factory_girl_rails (4.1.0)
factory_girl (~> 4.1.0)
railties (>= 3.0.0)
ffi (1.2.0)
ffi (1.3.1)
gherkin (2.11.5)
json (>= 1.4.6)
hike (1.2.1)
Expand All @@ -81,24 +81,24 @@ GEM
nokogiri (1.5.6)
open4 (1.3.0)
polyglot (0.3.3)
rack (1.4.1)
rack (1.4.4)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.2)
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.10)
actionmailer (= 3.2.10)
actionpack (= 3.2.10)
activerecord (= 3.2.10)
activeresource (= 3.2.10)
activesupport (= 3.2.10)
rails (3.2.11)
actionmailer (= 3.2.11)
actionpack (= 3.2.11)
activerecord (= 3.2.11)
activeresource (= 3.2.11)
activesupport (= 3.2.11)
bundler (~> 1.0)
railties (= 3.2.10)
railties (3.2.10)
actionpack (= 3.2.10)
activesupport (= 3.2.10)
railties (= 3.2.11)
railties (3.2.11)
actionpack (= 3.2.11)
activesupport (= 3.2.11)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
Expand All @@ -110,16 +110,16 @@ GEM
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.1)
rspec-rails (2.12.0)
rspec-rails (2.12.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rubyzip (0.9.9)
sass (3.2.4)
sass-rails (3.2.5)
sass (3.2.5)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
Expand All @@ -133,10 +133,10 @@ GEM
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.6)
sqlite3 (1.3.7)
thor (0.16.0)
tilt (1.3.3)
timecop (0.5.7)
timecop (0.5.9)
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
Expand All @@ -155,9 +155,9 @@ DEPENDENCIES
database_cleaner (= 0.9.1)
dynamic_form (= 1.1.4)
factory_girl_rails (= 4.1.0)
rails (= 3.2.10)
rspec-rails (= 2.12.0)
sass-rails (= 3.2.5)
sqlite3 (= 1.3.6)
timecop (= 0.5.7)
rails (= 3.2.11)
rspec-rails (= 2.12.2)
sass-rails (= 3.2.6)
sqlite3 (= 1.3.7)
timecop (= 0.5.9)
yui-compressor (= 0.9.6)

0 comments on commit 010ac15

Please sign in to comment.