Skip to content

Commit

Permalink
new gem version + minimal ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
tdutreui-solocal committed Sep 14, 2023
1 parent e0de986 commit c9fedb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source "https://rubygems.org"

# Specify your gem's dependencies in bing_ads_ruby_sdk.gemspec
gemspec
ruby ">= 3"

gem "standard", "1.31.1"
2 changes: 1 addition & 1 deletion bing_ads_ruby_sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require "bing_ads_ruby_sdk/version"

Gem::Specification.new do |spec|
spec.name = "bing_ads_ruby_sdk"
spec.required_ruby_version = ">= 2.3"
spec.required_ruby_version = ">= 3"

spec.version = BingAdsRubySdk::VERSION
spec.authors = %w[Effilab developers]
Expand Down
2 changes: 1 addition & 1 deletion lib/bing_ads_ruby_sdk/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module BingAdsRubySdk
VERSION = "1.5.2"
VERSION = "1.6"
DEFAULT_SDK_VERSION = :v13
end

0 comments on commit c9fedb1

Please sign in to comment.