File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616 spec . metadata [ 'homepage_uri' ] = spec . homepage
1717 spec . metadata [ 'source_code_uri' ] = 'https://github.com/graphql-devise/graphql_devise'
1818 spec . files = Dir . chdir ( File . expand_path ( __dir__ ) ) do
19- `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(test|spec|features )/} ) }
19+ `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(test|spec|gemfiles )/} ) }
2020 end
2121 spec . bindir = 'exe'
2222 spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
@@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
3737 spec . add_development_dependency 'github_changelog_generator'
3838 spec . add_development_dependency 'pry' , '~> 0.12.2'
3939 spec . add_development_dependency 'pry-byebug'
40- spec . add_development_dependency 'rake' , '~> 10.0 '
40+ spec . add_development_dependency 'rake' , '>= 12.3.3 '
4141 spec . add_development_dependency 'rspec-rails'
4242 spec . add_development_dependency 'rubocop' , '0.68.1'
4343 spec . add_development_dependency 'rubocop-performance'
You can’t perform that action at this time.
0 commit comments