Skip to content

Commit

Permalink
Lower Rails version to 5 and bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KazW committed Aug 4, 2020
1 parent 649a9cb commit cb25450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hasura_handler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $:.push File.expand_path('lib', __dir__)

Gem::Specification.new do |spec|
spec.name = 'hasura_handler'
spec.version = '0.1.5'
spec.version = '0.1.6'
spec.authors = ['Kaz Walker']
spec.email = ['me@kaz.codes']
spec.homepage = 'https://kazw.github.io/HasuraHandler'
Expand All @@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
'README.md'
]

spec.add_dependency 'rails', '~> 6.0.3', '>= 6.0.3.2'
spec.add_dependency 'rails', '>= 5.0'
end

0 comments on commit cb25450

Please sign in to comment.