From 316211a1537091017659950f1dea2d142cd7c146 Mon Sep 17 00:00:00 2001 From: Peter Walker <108812366+petertimwalker@users.noreply.github.com> Date: Thu, 10 Nov 2022 14:20:15 -0500 Subject: [PATCH 1/2] freebirds sys handover --- CODEOWNERS | 2 +- lib/flip_fab/version.rb | 2 +- spec/lib/flip_fab/cookie_persistence_spec.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 9f6eaed..8e9e01b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,3 @@ # Add your project owners info here # More information: https://help.github.com/articles/about-codeowners/ -* @simplybusiness/alchemists +* @simplybusiness/freebirds diff --git a/lib/flip_fab/version.rb b/lib/flip_fab/version.rb index 023c50f..ef96f62 100644 --- a/lib/flip_fab/version.rb +++ b/lib/flip_fab/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module FlipFab - base = '1.0.18' + base = '1.1.18' # SB-specific versioning "algorithm" to accommodate BNW/Jenkins/gemstash VERSION = (pre = ENV.fetch('GEM_PRE_RELEASE', '')).empty? ? base : "#{base}.#{pre}" diff --git a/spec/lib/flip_fab/cookie_persistence_spec.rb b/spec/lib/flip_fab/cookie_persistence_spec.rb index 55adb6f..f95d6e8 100644 --- a/spec/lib/flip_fab/cookie_persistence_spec.rb +++ b/spec/lib/flip_fab/cookie_persistence_spec.rb @@ -72,7 +72,7 @@ module FlipFab end describe '#write' do - before { Timecop.freeze(Time.local(1990)) } + before { Timecop.freeze(Time.utc(1990)) } after { Timecop.return } it 'saves the feature state' do From 05e3f396da1c410fb6d49bc2709b21f954c08e37 Mon Sep 17 00:00:00 2001 From: Peter Walker <108812366+petertimwalker@users.noreply.github.com> Date: Fri, 11 Nov 2022 15:57:31 -0500 Subject: [PATCH 2/2] update ruby versions on semaphore --- .semaphore/semaphore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 7fd6161..6587e9f 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -30,7 +30,7 @@ blocks: - name: Tests matrix: - env_var: RUBY_VERSION - values: ["2.7", "3.0"] + values: ["2.7", "3.0", "3.1"] commands: - bundle exec rspec - name: Semaphore v2 Compliance @@ -46,4 +46,4 @@ blocks: - bundle exec rubocop env_vars: - name: RUBY_VERSION - value: 2.6.5 + value: 3.0.4