Update bundle

This commit is contained in:
Tom Hughes 2013-05-13 21:16:06 +01:00
parent 5e420d9e50
commit 61dd2af0a0
2 changed files with 15 additions and 13 deletions

View file

@ -64,7 +64,7 @@ end
# Gems needed for running tests # Gems needed for running tests
group :test do group :test do
gem 'timecop' gem 'timecop'
gem 'minitest', :platforms => :ruby_19 gem 'minitest', '~> 4.7.0', :platforms => :ruby_19
end end
# Gems needed for compiling assets # Gems needed for compiling assets

View file

@ -43,7 +43,7 @@ GEM
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.6.2) coffee-script-source (1.6.2)
composite_primary_keys (5.0.12) composite_primary_keys (5.0.13)
activerecord (~> 3.2.0, >= 3.2.9) activerecord (~> 3.2.0, >= 3.2.9)
deadlock_retry (1.2.0) deadlock_retry (1.2.0)
dynamic_form (1.1.4) dynamic_form (1.1.4)
@ -53,7 +53,7 @@ GEM
multi_json (~> 1.0) multi_json (~> 1.0)
faraday (0.8.7) faraday (0.8.7)
multipart-post (~> 1.1) multipart-post (~> 1.1)
hike (1.2.1) hike (1.2.2)
htmlentities (4.3.1) htmlentities (4.3.1)
http_accept_language (1.0.2) http_accept_language (1.0.2)
httpauth (0.2.0) httpauth (0.2.0)
@ -66,7 +66,7 @@ GEM
jquery-rails (2.2.1) jquery-rails (2.2.1)
railties (>= 3.0, < 5.0) railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (1.7.7) json (1.8.0)
jsonify (0.3.1) jsonify (0.3.1)
multi_json (~> 1.0) multi_json (~> 1.0)
jsonify-rails (0.3.2) jsonify-rails (0.3.2)
@ -81,9 +81,9 @@ GEM
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
memcached (1.5.0) memcached (1.5.0)
mime-types (1.22) mime-types (1.23)
minitest (4.7.0) minitest (4.7.4)
multi_json (1.7.2) multi_json (1.7.3)
multi_xml (0.5.3) multi_xml (0.5.3)
multipart-post (1.2.0) multipart-post (1.2.0)
nokogiri (1.5.9) nokogiri (1.5.9)
@ -107,7 +107,7 @@ GEM
activesupport (>= 2.3.2) activesupport (>= 2.3.2)
cocaine (>= 0.0.2) cocaine (>= 0.0.2)
mime-types mime-types
pg (0.15.0) pg (0.15.1)
polyglot (0.3.3) polyglot (0.3.3)
r2 (0.1.0) r2 (0.1.0)
rack (1.4.5) rack (1.4.5)
@ -143,11 +143,11 @@ GEM
rdoc (3.12.2) rdoc (3.12.2)
json (~> 1.4) json (~> 1.4)
redcarpet (2.2.2) redcarpet (2.2.2)
rinku (1.7.2) rinku (1.7.3)
ruby-openid (2.2.3) ruby-openid (2.2.3)
sanitize (2.0.3) sanitize (2.0.3)
nokogiri (>= 1.4.4, < 1.6) nokogiri (>= 1.4.4, < 1.6)
sass (3.2.7) sass (3.2.9)
sass-rails (3.2.6) sass-rails (3.2.6)
railties (~> 3.2.0) railties (~> 3.2.0)
sass (>= 3.1.10) sass (>= 3.1.10)
@ -160,16 +160,17 @@ GEM
therubyracer (0.10.2) therubyracer (0.10.2)
libv8 (~> 3.3.10) libv8 (~> 3.3.10)
thor (0.18.1) thor (0.18.1)
tilt (1.3.6) tilt (1.4.1)
timecop (0.6.1) timecop (0.6.1)
treetop (1.4.12) treetop (1.4.12)
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
tzinfo (0.3.37) tzinfo (0.3.37)
uglifier (1.3.0) uglifier (2.1.0)
execjs (>= 0.3.0) execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2) multi_json (~> 1.0, >= 1.0.2)
validates_email_format_of (1.5.3) validates_email_format_of (1.5.3)
vendorer (0.1.14)
PLATFORMS PLATFORMS
ruby ruby
@ -191,7 +192,7 @@ DEPENDENCIES
jsonify-rails jsonify-rails
libxml-ruby (>= 2.0.5) libxml-ruby (>= 2.0.5)
memcached (>= 1.4.1) memcached (>= 1.4.1)
minitest minitest (~> 4.7.0)
oauth-plugin (>= 0.4.1) oauth-plugin (>= 0.4.1)
open_id_authentication (>= 1.1.0) open_id_authentication (>= 1.1.0)
paperclip (~> 2.0) paperclip (~> 2.0)
@ -209,3 +210,4 @@ DEPENDENCIES
timecop timecop
uglifier (>= 1.0.3) uglifier (>= 1.0.3)
validates_email_format_of (>= 1.5.1) validates_email_format_of (>= 1.5.1)
vendorer