Skip to content

Commit

Permalink
add bundler, rake dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aelkiss committed May 10, 2016
1 parent dc7506e commit 53f2e6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ GEM
method_source (~> 0.8.1)
slop (~> 3.4)
rainbow (2.1.0)
rake (11.1.2)
rspec (3.4.0)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
Expand Down Expand Up @@ -49,8 +50,10 @@ PLATFORMS
ruby

DEPENDENCIES
bundler
handle_rest!
pry
rake
rspec (~> 3.4)
rubocop

Expand Down
2 changes: 2 additions & 0 deletions handle_rest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency 'faraday'
s.required_ruby_version = '>= 2.1'

s.add_development_dependency 'bundler'
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec', '~> 3.4'
end

0 comments on commit 53f2e6c

Please sign in to comment.