We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d4c6e9 + 5da2d98 commit 338591bCopy full SHA for 338591b
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- flagsmith (4.1.1)
+ flagsmith (4.2.0)
5
faraday (>= 2.0.1)
6
faraday-retry
7
semantic
@@ -39,8 +39,7 @@ GEM
39
rainbow (3.1.1)
40
rake (13.1.0)
41
regexp_parser (2.9.0)
42
- rexml (3.2.8)
43
- strscan (>= 3.0.9)
+ rexml (3.3.9)
44
rspec (3.12.0)
45
rspec-core (~> 3.12.0)
46
rspec-expectations (~> 3.12.0)
@@ -69,7 +68,6 @@ GEM
69
68
parser (>= 3.2.1.0)
70
ruby-progressbar (1.13.0)
71
semantic (1.6.1)
72
- strscan (3.1.0)
73
unicode-display_width (2.5.0)
74
uri (0.13.0)
75
lib/flagsmith/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Flagsmith
- VERSION = '4.1.1'
+ VERSION = '4.2.0'
end
0 commit comments