File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module PlaywrightRunner
4- VERSION = '1.2 .0'
4+ VERSION = '1.3 .0'
55end
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ Gem::Specification.new do |spec|
1616
1717 spec . metadata [ 'rubygems_mfa_required' ] = 'true'
1818 spec . metadata [ 'homepage_uri' ] = spec . homepage
19- spec . metadata [ 'source_code_uri' ] = 'https://github.com/kmuto/playwright-runner'
2019 spec . metadata [ 'changelog_uri' ] = 'https://github.com/kmuto/playwright-runner/commits/main'
2120
2221 # Specify which files should be added to the gem when it is released.
@@ -28,5 +27,5 @@ Gem::Specification.new do |spec|
2827 spec . executables = spec . files . grep ( %r{\A exe/} ) { |f | File . basename ( f ) }
2928 spec . require_paths = [ 'lib' ]
3029
31- spec . add_dependency 'playwright-ruby-client' , '>= 1.28.0 '
30+ spec . add_dependency 'playwright-ruby-client' , '~> 1.28'
3231end
You can’t perform that action at this time.
0 commit comments