Skip to content

Commit

Permalink
Bump deps (#114)
Browse files Browse the repository at this point in the history
* Bump deps

* Bump seri version
  • Loading branch information
grdw authored Mar 7, 2023
1 parent cc0c012 commit 7b7aa2c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
seri (2.0.9)
seri (2.0.10)
oj (~> 3.7)

GEM
Expand All @@ -13,25 +13,25 @@ GEM
method_source (1.0.0)
oj (3.14.2)
parallel (1.22.1)
parser (3.1.2.0)
parser (3.2.1.0)
ast (~> 2.4.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.3.1)
regexp_parser (2.7.0)
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.0)
rspec-core (3.12.1)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.0)
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.0)
rspec-mocks (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
Expand All @@ -44,9 +44,9 @@ GEM
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.17.0)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
rubocop-ast (1.27.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
unicode-display_width (1.8.0)

PLATFORMS
Expand All @@ -61,4 +61,4 @@ DEPENDENCIES
seri!

BUNDLED WITH
2.3.10
2.3.20
2 changes: 1 addition & 1 deletion lib/serializer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Seri
class Serializer
VERSION = '2.0.9'.freeze
VERSION = '2.0.10'.freeze
end
end

0 comments on commit 7b7aa2c

Please sign in to comment.