Skip to content

Commit

Permalink
Bump seri version
Browse files Browse the repository at this point in the history
  • Loading branch information
grdw committed Apr 25, 2022
1 parent bd36c1f commit e35503e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
seri (2.0.8)
seri (2.0.9)
oj (~> 3.7)

GEM
Expand All @@ -12,15 +12,15 @@ GEM
diff-lcs (1.5.0)
method_source (1.0.0)
oj (3.13.11)
parallel (1.20.1)
parser (3.0.3.2)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
rainbow (3.0.0)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.2.0)
regexp_parser (2.3.1)
rexml (3.2.5)
rspec (3.11.0)
rspec-core (~> 3.11.0)
Expand All @@ -31,7 +31,7 @@ GEM
rspec-expectations (3.11.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.0)
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
Expand All @@ -44,8 +44,8 @@ GEM
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
rubocop-ast (1.17.0)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
unicode-display_width (1.8.0)

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

BUNDLED WITH
2.2.26
2.3.10
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.8'.freeze
VERSION = '2.0.9'.freeze
end
end

0 comments on commit e35503e

Please sign in to comment.