Skip to content

Commit

Permalink
1.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Seam Bot <[email protected]>
  • Loading branch information
seambot committed Nov 15, 2024
1 parent 36dbc93 commit a7b100a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
seamapi (1.16.1)
seamapi (1.17.0)
http (~> 5.0)

GEM
Expand All @@ -11,27 +11,29 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ansi (1.5.0)
ast (2.4.2)
base64 (0.2.0)
crack (0.4.5)
rexml
diff-lcs (1.5.0)
docile (1.4.0)
domain_name (0.6.20231109)
ffi (1.16.3)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
domain_name (0.6.20240107)
ffi (1.17.0)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
gem-release (2.2.2)
hashdiff (1.0.1)
http (5.1.1)
http (5.2.0)
addressable (~> 2.8)
base64 (~> 0.1)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
llhttp-ffi (~> 0.4.0)
http-cookie (1.0.5)
llhttp-ffi (~> 0.5.0)
http-cookie (1.0.7)
domain_name (~> 0.5)
http-form_data (2.3.0)
json (2.6.2)
llhttp-ffi (0.4.0)
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
multi_json (1.15.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/seam/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Seam
VERSION = "1.16.1"
VERSION = "1.17.0"
end

0 comments on commit a7b100a

Please sign in to comment.