Skip to content

Commit

Permalink
Bump cucumber dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold Giménez committed Oct 28, 2011
1 parent d7a74c2 commit d99d7f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PATH
rails (= 3.1.1)

GEM
remote: http://rubygems.org/
specs:
actionmailer (3.1.1)
actionpack (= 3.1.1)
Expand Down Expand Up @@ -37,15 +38,15 @@ GEM
multi_json (~> 1.0)
arel (2.2.1)
builder (3.0.0)
cucumber (1.0.6)
cucumber (1.1.0)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.4.18)
gherkin (~> 2.5.0)
json (>= 1.4.6)
term-ansicolor (>= 1.0.6)
diff-lcs (1.1.3)
erubis (2.7.0)
gherkin (2.4.21)
gherkin (2.5.4)
json (>= 1.4.6)
hike (1.2.1)
i18n (0.6.0)
Expand Down Expand Up @@ -100,5 +101,5 @@ PLATFORMS
ruby

DEPENDENCIES
cucumber (~> 1.0.2)
cucumber (~> 1.1.0)
suspenders!
2 changes: 1 addition & 1 deletion suspenders.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rush to build something amazing; don't use it if you like missing deadlines.

s.add_dependency('rails', '3.1.1')
s.add_dependency('bundler', '>= 1.0.7')
s.add_development_dependency('cucumber', '~> 1.0.2')
s.add_development_dependency('cucumber', '~> 1.1.0')

# = MANIFEST =
s.files = %w[
Expand Down

0 comments on commit d99d7f3

Please sign in to comment.