Skip to content

Commit

Permalink
published 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PNixx committed Oct 19, 2023
1 parent df61a89 commit 60f7741
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion clickhouse-activerecord.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'bundler', '>= 1.13.4'
spec.add_runtime_dependency 'activerecord', '>= 5.2'

spec.add_development_dependency 'bundler', '>= 1.15'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.4'
spec.add_development_dependency 'pry', '~> 0.12'
Expand Down
2 changes: 1 addition & 1 deletion lib/clickhouse-activerecord/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ClickhouseActiverecord
VERSION = '0.5.15'
VERSION = '0.6.0'
end

0 comments on commit 60f7741

Please sign in to comment.