Skip to content

Commit

Permalink
Updating clearance/high_voltage so they stop spitting warnings out
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Aug 24, 2010
1 parent a86bc15 commit 7d38b11
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ gem "rails", "3.0.0.rc2"
gem "rack", "1.2.1"

gem "aws-s3", "0.6.2", :require => "aws/s3"
gem "clearance", "0.9.0.rc5"
gem "clearance", "0.9.0.rc7"
gem "fog", "0.2.14"
gem "gchartrb", "0.8", :require => "google_chart"
gem "gravtastic", "2.1.3"
gem "high_voltage", "0.9.0"
gem "high_voltage", "0.9.1"
gem "hoptoad_notifier", "2.2.0"
gem "json", "1.2.0"
gem "rack-maintenance", "0.3.0", :require => "rack/maintenance"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GEM
mime-types
xml-simple
builder (2.1.2)
clearance (0.9.0.rc5)
clearance (0.9.0.rc7)
rails (~> 3.0.0.beta4)
cucumber (0.8.5)
builder (~> 2.1.2)
Expand Down Expand Up @@ -83,7 +83,7 @@ GEM
gherkin (2.1.5)
trollop (~> 1.16.2)
gravtastic (2.1.3)
high_voltage (0.9.0)
high_voltage (0.9.1)
hoptoad_notifier (2.2.0)
activesupport
i18n (0.4.1)
Expand Down Expand Up @@ -149,7 +149,7 @@ PLATFORMS

DEPENDENCIES
aws-s3 (= 0.6.2)
clearance (= 0.9.0.rc5)
clearance (= 0.9.0.rc7)
cucumber-rails (= 0.3.2)
daemons!
database_cleaner (= 0.5.2)
Expand All @@ -159,7 +159,7 @@ DEPENDENCIES
fog (= 0.2.14)
gchartrb (= 0.8)
gravtastic (= 2.1.3)
high_voltage (= 0.9.0)
high_voltage (= 0.9.1)
hoptoad_notifier (= 2.2.0)
json (= 1.2.0)
nokogiri (= 1.4.1)
Expand Down
Binary file removed vendor/cache/clearance-0.9.0.rc5.gem
Binary file not shown.
Binary file added vendor/cache/clearance-0.9.0.rc7.gem
Binary file not shown.
Binary file removed vendor/cache/high_voltage-0.9.0.gem
Binary file not shown.
Binary file added vendor/cache/high_voltage-0.9.1.gem
Binary file not shown.

0 comments on commit 7d38b11

Please sign in to comment.