Skip to content

Commit

Permalink
Merge pull request #7 from TheDro/update-gem-version
Browse files Browse the repository at this point in the history
Update gem version to 2.1.1
  • Loading branch information
TheDro authored Mar 17, 2021
2 parents da9871f + 1e6f47c commit e874136
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,30 +1,30 @@
PATH
remote: .
specs:
gql_serializer (2.0.0)
gql_serializer (2.1.1)
activerecord (>= 5.2, < 6.1)

GEM
remote: https://rubygems.org/
specs:
activemodel (6.0.3.4)
activesupport (= 6.0.3.4)
activerecord (6.0.3.4)
activemodel (= 6.0.3.4)
activesupport (= 6.0.3.4)
activesupport (6.0.3.4)
activemodel (6.0.3.5)
activesupport (= 6.0.3.5)
activerecord (6.0.3.5)
activemodel (= 6.0.3.5)
activesupport (= 6.0.3.5)
activesupport (6.0.3.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
coderay (1.1.3)
concurrent-ruby (1.1.7)
concurrent-ruby (1.1.8)
diff-lcs (1.4.4)
i18n (1.8.5)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
minitest (5.14.2)
minitest (5.14.4)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/gql_serializer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GqlSerializer
VERSION = "2.0.0"
VERSION = "2.1.1"
end

0 comments on commit e874136

Please sign in to comment.