File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments