We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2163c63 + 2b05667 commit 893a353Copy full SHA for 893a353
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- flagsmith (3.1.1)
+ flagsmith (3.2.0)
5
faraday
6
faraday-retry
7
faraday_middleware
@@ -13,7 +13,7 @@ GEM
13
ast (2.4.2)
14
coderay (1.1.3)
15
diff-lcs (1.4.4)
16
- faraday (1.10.0)
+ faraday (1.10.3)
17
faraday-em_http (~> 1.0)
18
faraday-em_synchrony (~> 1.0)
19
faraday-excon (~> 1.1)
@@ -42,7 +42,7 @@ GEM
42
json (2.6.3)
43
language_server-protocol (3.17.0.3)
44
method_source (1.0.0)
45
- multipart-post (2.2.3)
+ multipart-post (2.3.0)
46
parallel (1.23.0)
47
parser (3.2.2.3)
48
ast (~> 2.4.1)
lib/flagsmith/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Flagsmith
- VERSION = '3.1.1'
+ VERSION = '3.2.0'
end
0 commit comments