File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11AllCops :
22 NewCops : enable
3- TargetRubyVersion : 3 .0
3+ TargetRubyVersion : 4 .0
44 SuggestExtensions : false
55
66plugins :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121 end
2222 spec . require_paths = [ 'lib' ]
2323
24- spec . required_ruby_version = '>= 3 .0.0'
24+ spec . required_ruby_version = '>= 4 .0.0'
2525
2626 spec . add_dependency 'faraday' , '~> 2.0'
2727 spec . add_dependency 'faraday-mashify' , '~> 1.0'
Original file line number Diff line number Diff line change 88# this file is here to facilitate running it.
99#
1010
11- require 'pathname'
1211ENV [ 'BUNDLE_GEMFILE' ] ||= File . expand_path ( '../../Gemfile' ,
1312 Pathname . new ( __FILE__ ) . realpath )
1413
Original file line number Diff line number Diff line change 88# this file is here to facilitate running it.
99#
1010
11- require 'pathname'
1211ENV [ 'BUNDLE_GEMFILE' ] ||= File . expand_path ( '../../Gemfile' ,
1312 Pathname . new ( __FILE__ ) . realpath )
1413
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module ActionNetworkRest
44 class Client < API
55 attr_accessor :api_key
66
7- def initialize ( options = { } , &block )
7+ def initialize ( options = { } , &)
88 self . api_key = options [ :api_key ]
99 super
1010 end
You can’t perform that action at this time.
0 commit comments