Fix wrong dependency group for pry

This commit is contained in:
Eugen Rochko 2016-02-18 01:49:55 +01:00
parent 8eb4e350b1
commit b2b1b5c252
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
source "https://rubygems.org"
gem 'pry', '>= 0.10.3'
group :development, :test do
gem 'pry', '>= 0.10.3'
end
group :test do
gem 'rspec', '>= 3.0'

View File

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'goldfinger'
s.version = '1.0.0'
s.version = '1.0.1'
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 2.0.0'
s.date = '2016-02-17'