Skip to content

Commit

Permalink
Merge pull request #3 from ValorWaterAnalytics/DEV-6915
Browse files Browse the repository at this point in the history
DEV-6915 #time 5m Update gemspec with version bump and version requir…
  • Loading branch information
vmeow authored Jan 11, 2021
2 parents 676bb89 + f3309ed commit 6b1d44b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions activerecord6-redshift-adapter.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'activerecord6-redshift-adapter'
s.version = '1.1.3'
s.version = '1.1.4'
s.summary = 'Amazon Redshift adapter for ActiveRecord '
s.description = 'Amazon Redshift _makeshift_ adapter for ActiveRecord 6.'
s.license = 'MIT'
Expand All @@ -14,6 +14,6 @@ Gem::Specification.new do |s|
s.require_path = 'lib'

s.required_ruby_version = '>= 2.2.2'
s.add_runtime_dependency 'pg', '>= 0.18'
s.add_runtime_dependency 'activerecord', '~> 6.0', '>= 6.0.0'
s.add_runtime_dependency 'pg', '>= 1.1'
s.add_runtime_dependency 'activerecord', '~> 6.1', '>= 6.1.0'
end

0 comments on commit 6b1d44b

Please sign in to comment.