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

Commit

Permalink
Update gems and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Apr 21, 2013
1 parent 6494fe2 commit 43e3680
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ end
group :development, :test do
gem 'rspec-rails', '2.13.0'
# for autotesting with rspec
gem 'guard-rspec', '2.5.3'
gem 'guard-rspec', '2.5.4'
# Prettier RSpec output
gem 'fuubar', '1.1.0'
# gem 'debugger', '1.3.3' ## Broken in Ruby 2.0.0
Expand Down
29 changes: 18 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ GEM
rest-client
simplecov (>= 0.7)
thor
cucumber (1.2.5)
cucumber (1.3.1)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.11.7)
gherkin (~> 2.12.0)
multi_json (~> 1.3)
cucumber-rails (1.3.1)
capybara (>= 1.1.2)
Expand All @@ -98,7 +98,7 @@ GEM
rails (~> 3.0)
database_cleaner (0.9.1)
debug_inspector (0.0.2)
diff-lcs (1.2.3)
diff-lcs (1.2.4)
erubis (2.7.0)
excon (0.20.1)
execjs (1.4.0)
Expand All @@ -123,21 +123,21 @@ GEM
rspec (~> 2.0)
rspec-instafail (~> 0.2.0)
ruby-progressbar (~> 1.0.0)
gherkin (2.11.8)
gherkin (2.12.0)
multi_json (~> 1.3)
gli (2.5.6)
globalize3 (0.3.0)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
paper_trail (~> 2)
growl (1.0.3)
guard (1.7.0)
guard (1.8.0)
formatador (>= 0.2.4)
listen (>= 0.6.0)
listen (>= 1.0.0)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
thor (>= 0.14.6)
guard-rspec (2.5.3)
guard-rspec (2.5.4)
guard (>= 1.1)
rspec (~> 2.11)
guard-spork (1.5.0)
Expand Down Expand Up @@ -172,7 +172,10 @@ GEM
json (1.7.7)
launchy (2.3.0)
addressable (~> 2.3)
listen (0.7.3)
listen (1.0.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
localeapp (0.6.9)
gli
i18n
Expand All @@ -188,7 +191,7 @@ GEM
rack-contrib
railties
method_source (0.8.1)
mime-types (1.22)
mime-types (1.23)
multi_json (1.7.2)
netrc (0.7.7)
newrelic_rpm (3.6.0.83)
Expand All @@ -198,7 +201,7 @@ GEM
railties (~> 3.0)
pg (0.15.1)
polyglot (0.3.3)
pry (0.9.12)
pry (0.9.12.1)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
Expand Down Expand Up @@ -243,6 +246,10 @@ GEM
thor (>= 0.14.6, < 2.0)
rake (10.0.4)
rb-fsevent (0.9.3)
rb-inotify (0.9.0)
ffi (>= 0.5.0)
rb-kqueue (0.2.0)
ffi (>= 0.5.0)
rdiscount (2.0.7.2)
rdoc (3.12.2)
json (~> 1.4)
Expand Down Expand Up @@ -346,7 +353,7 @@ DEPENDENCIES
fuubar (= 1.1.0)
globalize3 (= 0.3.0)
growl (= 1.0.3)
guard-rspec (= 2.5.3)
guard-rspec (= 2.5.4)
guard-spork (= 1.5.0)
haml-rails (= 0.4.0)
heroku (= 2.37.2)
Expand Down

0 comments on commit 43e3680

Please sign in to comment.