Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Apr 17, 2013
1 parent 672023b commit 092f482
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ group :test do
# guard/spork integration
gem 'guard-spork', '1.5.0'
# Helps in debugging tests by being able to launch browser
gem 'launchy', '2.2.0'
gem 'launchy', '2.3.0'
# Mac-dependent gems
gem 'rb-fsevent', '0.9.3', require: false
# Growl notifications
gem 'growl', '1.0.3'
# Code coverage reports
gem 'simplecov', '0.7.1', require: false
gem 'coveralls', '0.6.5', require: false
gem 'coveralls', '0.6.6', require: false
# Performance testing ## Broken in Ruby 2.0.0
# gem 'rack-perftools_profiler', require: 'rack/perftools_profiler'
# Test other databases on Travis CI if needed
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GEM
coffee-script-source (1.6.2)
colored (1.2)
colorize (0.5.8)
coveralls (0.6.5)
coveralls (0.6.6)
colorize
multi_json (~> 1.3)
rest-client
Expand Down Expand Up @@ -170,7 +170,7 @@ GEM
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.7.7)
launchy (2.2.0)
launchy (2.3.0)
addressable (~> 2.3)
listen (0.7.3)
localeapp (0.6.9)
Expand Down Expand Up @@ -304,7 +304,7 @@ GEM
actionpack (~> 3.0)
activemodel (~> 3.0)
railties (~> 3.0)
temple (0.6.3)
temple (0.6.4)
terminal-table (1.4.5)
thor (0.18.1)
tilt (1.3.7)
Expand Down Expand Up @@ -336,7 +336,7 @@ DEPENDENCIES
bullet (= 4.5.0)
capybara (= 2.1.0)
coffee-rails (= 3.2.2)
coveralls (= 0.6.5)
coveralls (= 0.6.6)
cucumber-rails (= 1.3.1)
database_cleaner (= 0.9.1)
factory_girl_rails (= 4.2.1)
Expand All @@ -353,7 +353,7 @@ DEPENDENCIES
hpricot (= 0.8.6)
i18n-js (= 2.1.2)
jquery-rails (= 2.2.1)
launchy (= 2.2.0)
launchy (= 2.3.0)
localeapp (= 0.6.9)
meta_request (= 0.2.3)
newrelic_rpm (= 3.6.0.83)
Expand Down

0 comments on commit 092f482

Please sign in to comment.