Skip to content

Commit 06bdcf2

Browse files
author
Takashi Kato
committed
Fix gemspec
1 parent 32f8176 commit 06bdcf2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

importmap_mocha-rails.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ Gem::Specification.new do |spec|
66
spec.authors = ['Takashi Kato']
77
spec.email = ['tohosaku@users.osdn.me']
88
spec.homepage = 'https://github.com/tohosaku/importmap_mocha-rails'
9-
spec.summary = 'Add JavaScript testing tools in importmap environment.'
9+
spec.summary = 'mochajs rails integration'
1010
spec.description = 'Add JavaScript testing tools in importmap environment.'
1111
spec.required_ruby_version = '>= 2.7.0'
12+
spec.license = 'MIT'
1213

1314
spec.metadata['homepage_uri'] = spec.homepage
1415
spec.metadata['source_code_uri'] = spec.homepage
@@ -18,5 +19,5 @@ Gem::Specification.new do |spec|
1819
Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']
1920
end
2021

21-
spec.add_dependency 'rails', '>= 7.0.4.2'
22+
spec.add_dependency 'rails', '~> 7.0'
2223
end

0 commit comments

Comments
 (0)