Skip to content

Commit

Permalink
Merge pull request #201 from hanachin/add_bundler_gem_tasks
Browse files Browse the repository at this point in the history
Add bundler gem tasks
  • Loading branch information
oestrich committed Mar 30, 2015
2 parents 2601578 + ddec15c commit 812542d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ PLATFORMS

DEPENDENCIES
aruba (~> 0.5)
bundler
capybara (~> 2.2)
fakefs (~> 0.4)
faraday (>= 0.9.0)
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require "bundler/gem_tasks"

require "cucumber/rake/task"
Cucumber::Rake::Task.new(:cucumber)
Expand Down
1 change: 1 addition & 0 deletions rspec_api_documentation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "mustache", "~> 0.99", ">= 0.99.4"
s.add_runtime_dependency "json", "~> 1.4", ">= 1.4.6"

s.add_development_dependency "bundler"
s.add_development_dependency "fakefs", "~> 0.4"
s.add_development_dependency "sinatra", "~> 1.4.4"
s.add_development_dependency "aruba", "~> 0.5"
Expand Down

0 comments on commit 812542d

Please sign in to comment.