Skip to content

Commit

Permalink
Update RSpec to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
agarie committed Apr 3, 2015
1 parent a4eeecc commit 25f2107
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions minimization.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Gem::Specification.new do |s|
s.description = "Minimization algorithms on pure Ruby"
s.summary = "A suite for minimization in Ruby"

s.add_runtime_dependency 'text-table', '~>1.2'
s.add_runtime_dependency 'rb-gsl', '~>1.2'
s.add_development_dependency 'rake', '~>10'
s.add_development_dependency 'bundler', '~>1.3'
s.add_development_dependency 'rspec', '~>2.0'
s.add_development_dependency 'rubyforge', '~>2.0'
s.add_runtime_dependency 'text-table', '~> 1.2'
s.add_runtime_dependency 'rb-gsl', '~> 1.2'

s.add_development_dependency 'rake', '~> 10'
s.add_development_dependency 'bundler', '~> 1.3'
s.add_development_dependency 'rspec', '~> 3.2'
end

0 comments on commit 25f2107

Please sign in to comment.