Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #46 from simplybusiness/handover
Browse files Browse the repository at this point in the history
Freebirds system handover
  • Loading branch information
petertimwalker authored Nov 15, 2022
2 parents 5de0d7f + 05e3f39 commit c844b7c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -46,4 +46,4 @@ blocks:
- bundle exec rubocop
env_vars:
- name: RUBY_VERSION
value: 2.6.5
value: 3.0.4
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Add your project owners info here
# More information: https://help.github.com/articles/about-codeowners/
* @simplybusiness/alchemists
* @simplybusiness/freebirds
2 changes: 1 addition & 1 deletion lib/flip_fab/version.rb
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion spec/lib/flip_fab/cookie_persistence_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c844b7c

Please sign in to comment.