Skip to content

Commit

Permalink
Add development/testing dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Mar 16, 2018
1 parent 046832f commit 843e52a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Gemfile
@@ -1,5 +1,15 @@
source "https://rubygems.org"
source 'https://rubygems.org'

gemspec

gem "pry"
group :development do
gem 'pry'
end

group :test do
gem 'benchmark-ips'
gem 'ruby-prof', platforms: :mri

gem 'simplecov'
gem 'coveralls', require: false
end

0 comments on commit 843e52a

Please sign in to comment.