Skip to content

Commit 2166b84

Browse files
author
David Revelo
committed
Remove support for ruby 2.3
1 parent 0205ff8 commit 2166b84

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ workflows:
4747
matrix:
4848
parameters:
4949
ruby-version:
50-
- '2.3'
5150
- '2.4'
5251
- '2.5'
5352
- '2.6'
@@ -68,14 +67,6 @@ workflows:
6867
- gemfiles/rails6.1_graphql1.11.gemfile
6968
- gemfiles/rails6.1_graphql1.12.gemfile
7069
exclude:
71-
- ruby-version: '2.3'
72-
gemfile: gemfiles/rails6.0_graphql1.11.gemfile
73-
- ruby-version: '2.3'
74-
gemfile: gemfiles/rails6.0_graphql1.12.gemfile
75-
- ruby-version: '2.3'
76-
gemfile: gemfiles/rails6.1_graphql1.11.gemfile
77-
- ruby-version: '2.3'
78-
gemfile: gemfiles/rails6.1_graphql1.12.gemfile
7970
- ruby-version: '2.4'
8071
gemfile: gemfiles/rails6.0_graphql1.11.gemfile
8172
- ruby-version: '2.4'

graphql_devise.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
`git ls-files -z`.split("\x0").select { |f| f.match(%r{^spec/}) }
2626
end
2727

28-
spec.required_ruby_version = '>= 2.3.0'
28+
spec.required_ruby_version = '>= 2.4.4'
2929

3030
spec.add_dependency 'devise_token_auth', '>= 0.1.43', '< 2.0'
3131
spec.add_dependency 'graphql', '>= 1.8', '< 1.13.0'

0 commit comments

Comments
 (0)