Created
April 1, 2017 20:26
-
-
Save oivoodoo/730df2bbc84177c1dc2e4235e8f0c620 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
group :test do | |
gem 'rspec' | |
gem 'pry' | |
gem 'pry-byebug' | |
gem 'rake', '11.3.0' | |
gem 'docker-api' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment