Skip to content

Commit

Permalink
[MOJ-586] Update odbc-ruby gem. (localytics#26)
Browse files Browse the repository at this point in the history
Update odbc-ruby gem.
Update version number.
  • Loading branch information
mbscoggins authored Jun 15, 2023
1 parent 9ef47f6 commit 6be7bb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/odbc_adapter/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ODBCAdapter
VERSION = '5.0.7'.freeze
VERSION = '5.0.8'.freeze
end
2 changes: 1 addition & 1 deletion odbc_adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'activerecord', '>= 5.0.1'
spec.add_dependency 'odbc-ruby', '~> 1.0.0'
spec.add_dependency 'odbc-ruby', '~> 1.0.1'

spec.add_development_dependency 'bundler', '>= 1.14'
spec.add_development_dependency 'minitest', '~> 5.10'
Expand Down

0 comments on commit 6be7bb6

Please sign in to comment.