Skip to content

Commit

Permalink
Enforce bundled versions of gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Nov 18, 2011
1 parent 210835c commit 9304ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require "bundler/setup"
require "bundler/gem_tasks"
require "rspec/core/rake_task"

Expand Down
1 change: 1 addition & 0 deletions fake_braintree.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'timecop', '~> 0.3.5'
s.add_development_dependency 'spork', '~> 0.9.0.rc9'
s.add_development_dependency 'bundler', '>= 1.0.14'
s.add_development_dependency 'rake'
end

0 comments on commit 9304ea0

Please sign in to comment.