Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
update bundle, reference RubyGems
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy B committed Dec 15, 2017
1 parent 0eb31e9 commit 1c7bf1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rubotnik.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'sinatra'
spec.add_dependency 'thor'

spec.add_development_dependency "bundler", "~> 1.14"
spec.add_development_dependency "bundler", "~> 1.15"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
end
1 change: 1 addition & 0 deletions templates/Gemfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
source 'https://rubygems.org'
gem 'rubotnik'

0 comments on commit 1c7bf1d

Please sign in to comment.