Skip to content

Commit

Permalink
DEV-6915 #time 5m Update gemspec with version bump and version requir…
Browse files Browse the repository at this point in the history
…ements.
  • Loading branch information
vmeow committed Jan 11, 2021
1 parent a6afcdd commit f3309ed
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 f3309ed

Please sign in to comment.