Skip to content

Commit

Permalink
reverted compatibility version to match gemspec (#96)
Browse files Browse the repository at this point in the history
* reverted compatibility version to match gemspec

* reverted syntax to 3.0

* reverted docker image to 3.0

* set standard config to match 3.0
  • Loading branch information
tdutreui-solocal authored Sep 14, 2023
1 parent ffa1ca2 commit f36fd2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.0.6
1 change: 1 addition & 0 deletions .standard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby_version: 3.0
4 changes: 2 additions & 2 deletions lib/bing_ads_ruby_sdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ def self.configure
yield(config)
end

def self.log(level, *, &block)
def self.log(level, ...)
return unless config.log
config.logger.send(level, *, &block)
config.logger.send(level, ...)
end

def self.root_path
Expand Down

0 comments on commit f36fd2b

Please sign in to comment.