Skip to content

Commit

Permalink
Upgrade ruby-odbc to 0.99999 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
vassilvk authored May 7, 2018
1 parent 09c9abe commit 0618018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/slacker/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Slacker
VERSION = "1.0.22"
VERSION = "1.0.23"
end
2 changes: 1 addition & 1 deletion slacker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.0.0'

s.add_dependency 'bundler', '~> 1.0', '>= 1.0.15'
s.add_dependency 'ruby-odbc', '= 0.99998'
s.add_dependency 'ruby-odbc', '= 0.99999'
s.add_dependency 'rspec', '~> 3.0'
s.add_dependency 'tiny_tds', '~>2.0'
end

0 comments on commit 0618018

Please sign in to comment.