Skip to content

Commit

Permalink
Fix ruby-odbc gem declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavika committed Oct 5, 2023
1 parent f571df2 commit 7985ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ end
# rubocop:enable Bundler/DuplicatedGem

group :odbc do
gem 'ruby-odbc', :git => 'https://github.com/cloudvolumes/ruby-odbc.git', :tag => '0.101.cv'
gem 'ruby-odbc', :git => 'https://github.com/cloudvolumes/ruby-odbc.git', :tag => '0.102.cv'
end

group :development do
Expand Down

0 comments on commit 7985ffe

Please sign in to comment.