Skip to content

Commit

Permalink
Bump faker to 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrazo committed May 15, 2022
1 parent 27be97c commit ee00215
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PATH
remote: .
specs:
faker (2.20.0)
faker (2.21.0)
i18n (>= 1.8.11, < 2)

GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
coderay (1.1.3)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
docile (1.3.2)
i18n (1.8.11)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
json (2.3.0)
method_source (1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/faker/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Faker # :nodoc:
VERSION = '2.20.0'
VERSION = '2.21.0'
end

0 comments on commit ee00215

Please sign in to comment.