Skip to content

Commit

Permalink
Update foodie to use latest gems.
Browse files Browse the repository at this point in the history
Also removed the aruba step difinition extentions, as that step is
now included within aruba!
  • Loading branch information
charlespeach committed Nov 2, 2013
1 parent 9230deb commit ca645fb
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 41 deletions.
2 changes: 1 addition & 1 deletion gem-development/foodie/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source :rubygems
source 'https://rubygems.org'

# Specify your gem's dependencies in gem_name.gemspec
gemspec
77 changes: 42 additions & 35 deletions gem-development/foodie/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,55 @@ PATH
thor

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activesupport (3.0.0)
aruba (0.2.3)
background_process
cucumber (~> 0.9.0)
background_process (1.2)
builder (2.1.2)
cucumber (0.9.1)
builder (~> 2.1.2)
diff-lcs (~> 1.1.2)
gherkin (~> 2.2.5)
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
diff-lcs (1.1.2)
gherkin (2.2.5)
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
trollop (~> 1.16.2)
json (1.4.6)
rspec (2.0.0.beta.22)
rspec-core (= 2.0.0.beta.22)
rspec-expectations (= 2.0.0.beta.22)
rspec-mocks (= 2.0.0.beta.22)
rspec-core (2.0.0.beta.22)
rspec-expectations (2.0.0.beta.22)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.0.beta.22)
rspec-core (= 2.0.0.beta.22)
rspec-expectations (= 2.0.0.beta.22)
term-ansicolor (1.0.5)
thor (0.14.2)
trollop (1.16.2)
activesupport (4.0.1)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
aruba (0.5.3)
childprocess (>= 0.3.6)
cucumber (>= 1.1.1)
rspec-expectations (>= 2.7.0)
atomic (1.1.14)
builder (3.2.2)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
cucumber (1.3.8)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.12.1)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.0.2)
diff-lcs (1.2.4)
ffi (1.9.3)
gherkin (2.12.2)
multi_json (~> 1.3)
i18n (0.6.5)
minitest (4.7.5)
multi_json (1.8.2)
multi_test (0.0.2)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.7)
rspec-expectations (2.14.3)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.4)
thor (0.18.1)
thread_safe (0.1.3)
atomic
tzinfo (0.3.38)

PLATFORMS
ruby

DEPENDENCIES
activesupport
aruba
bundler (>= 1.0.0)
cucumber
foodie!
rspec (~> 2.0.0.beta.22)
thor
rspec (~> 2.6)

This file was deleted.

4 changes: 2 additions & 2 deletions gem-development/foodie/foodie.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Gem::Specification.new do |s|
s.rubyforge_project = "foodie"

s.add_development_dependency "bundler", ">= 1.0.0"
s.add_development_dependency "rspec", "~> 2.0.0.beta.22"
s.add_development_dependency "rspec", "~> 2.6"
s.add_development_dependency "cucumber"
s.add_development_dependency "aruba"

s.add_dependency "activesupport"
s.add_dependency "thor"

Expand Down

0 comments on commit ca645fb

Please sign in to comment.