From fbd1c1fc6116144555618901cf39b6d64fa0fdb7 Mon Sep 17 00:00:00 2001 From: aliyadeliveroo Date: Tue, 16 Apr 2024 11:08:27 +0100 Subject: [PATCH 1/7] updating bundler version --- .github/workflows/codeql-scheduled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-scheduled.yml b/.github/workflows/codeql-scheduled.yml index 0cb76ed..9148d28 100644 --- a/.github/workflows/codeql-scheduled.yml +++ b/.github/workflows/codeql-scheduled.yml @@ -42,7 +42,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: 2.5 # The version of Ruby to use - bundler: 1.17.3 + bundler: 2.4.19 bundler-cache: true # runs 'bundle install' and caches installed gems automatically #env: # BUNDLE_GEMFILE: ./path/to/Gemfile # Change this to the path to your Gemfile if not in root From 47efcb5d3257975b6c21a56231bc20275fe02a09 Mon Sep 17 00:00:00 2001 From: aliyadeliveroo <116800582+aliyadeliveroo@users.noreply.github.com> Date: Tue, 16 Apr 2024 13:06:01 +0000 Subject: [PATCH 2/7] updated bundle --- ravelin.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ravelin.gemspec b/ravelin.gemspec index e072088..6f200c7 100644 --- a/ravelin.gemspec +++ b/ravelin.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - spec.add_development_dependency 'bundler', '~> 1.17.3' + spec.add_development_dependency 'bundler', '~> 2.4.19' spec.add_development_dependency 'rake', '~> 13.0' spec.add_development_dependency 'rspec', '~> 3.0' spec.add_development_dependency 'webmock', '~> 3.18' From acc3f765e035655a900ff23cca19d9f3419679eb Mon Sep 17 00:00:00 2001 From: aliyadeliveroo Date: Tue, 16 Apr 2024 14:30:33 +0100 Subject: [PATCH 3/7] updating bundler version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 25994fd..c48e9db 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2 jobs: build: docker: - - image: circleci/ruby:2.5.6 + - image: circleci/ruby:3.1.4 steps: - checkout - run: From b3036d774fb49849c0cc50a7ed51c90db308dd7c Mon Sep 17 00:00:00 2001 From: aliyadeliveroo Date: Tue, 16 Apr 2024 14:31:59 +0100 Subject: [PATCH 4/7] updating bundler version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c48e9db..4af5577 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2 jobs: build: docker: - - image: circleci/ruby:3.1.4 + - image: cimg/ruby:3.1.4 steps: - checkout - run: From c31f6641a24e1b6c322db75aeaa39acbdac5a511 Mon Sep 17 00:00:00 2001 From: aliyadeliveroo Date: Tue, 16 Apr 2024 15:07:29 +0100 Subject: [PATCH 5/7] upgraded ruby and reversed the release version. --- .ruby-version | 2 +- CHANGELOG.md | 4 ---- lib/ravelin/version.rb | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.ruby-version b/.ruby-version index ecd7ee5..0aec50e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.5.8 +3.1.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 61b26b6..745aa76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,3 @@ -# 0.1.47 - -Added support for passing optional request headers to ravelin client and ravelin proxy. - # 0.1.46 Fixed multiple payment methods serialization [#89](https://github.com/deliveroo/ravelin-ruby/pull/85) diff --git a/lib/ravelin/version.rb b/lib/ravelin/version.rb index fc95e84..704cbf6 100644 --- a/lib/ravelin/version.rb +++ b/lib/ravelin/version.rb @@ -1,3 +1,3 @@ module Ravelin - VERSION = '0.1.47' + VERSION = '0.1.46' end From 684049f6e9ebba0c1f2bfb76848f546a55c07917 Mon Sep 17 00:00:00 2001 From: aliyadeliveroo Date: Tue, 16 Apr 2024 15:22:11 +0100 Subject: [PATCH 6/7] upgraded ruby and reversed the release version. --- CHANGELOG.md | 4 ++++ lib/ravelin/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 745aa76..4357463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.1.47 + +Added support for passing optional request headers to ravelin client and ravelin proxy. + # 0.1.46 Fixed multiple payment methods serialization [#89](https://github.com/deliveroo/ravelin-ruby/pull/85) diff --git a/lib/ravelin/version.rb b/lib/ravelin/version.rb index 704cbf6..fc95e84 100644 --- a/lib/ravelin/version.rb +++ b/lib/ravelin/version.rb @@ -1,3 +1,3 @@ module Ravelin - VERSION = '0.1.46' + VERSION = '0.1.47' end From fb0afaa1a411146451fbac4a14ce124017c2e36b Mon Sep 17 00:00:00 2001 From: aliyadeliveroo Date: Tue, 16 Apr 2024 15:33:11 +0100 Subject: [PATCH 7/7] upgraded ruby and reversed the release version. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4357463..61b26b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 0.1.47 -Added support for passing optional request headers to ravelin client and ravelin proxy. +Added support for passing optional request headers to ravelin client and ravelin proxy. # 0.1.46