Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Also, loosen pessimistic version constraints
  • Loading branch information
robmiller committed Mar 11, 2014
1 parent 4dcfa85 commit 1520ffd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ruby-wpdb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.executables = ['ruby-wpdb']

s.add_runtime_dependency 'mysql2', '~> 0.3.11'
s.add_runtime_dependency 'sequel', '~> 4.2.0'
s.add_runtime_dependency 'mysql2', '~> 0.3'
s.add_runtime_dependency 'sequel', '~> 4.2'
s.add_runtime_dependency 'sequel_sluggable', '~> 0.0.6'
s.add_runtime_dependency 'php-serialize', '~> 1.1'
s.add_runtime_dependency 'pry', '~> 0.9.12'
s.add_runtime_dependency 'thor', '~> 0.18.1'
s.add_runtime_dependency 'pry', '~> 0.9'
s.add_runtime_dependency 'thor', '~> 0.18'

s.add_development_dependency 'rake', '~> 10.1.0'
s.add_development_dependency 'letters', '~> 0.4.1'
s.add_development_dependency 'rubygems-tasks', '~> 0.2.4'
s.add_development_dependency 'rake', '~> 10.1'
s.add_development_dependency 'letters', '~> 0.4'
s.add_development_dependency 'rubygems-tasks', '~> 0.2'
end

0 comments on commit 1520ffd

Please sign in to comment.