Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump faker from 2.14.0 to 2.17.0 #27

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,7 +6,7 @@ source "https://rubygems.org" do
end

group :test do
gem "faker", "~> 2.14"
gem "faker", "~> 2.17"
end

gem "acts_as_paranoid", "~> 0.7.0"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -16,16 +16,16 @@ GEM
activerecord (>= 5.2, < 7.0)
activesupport (>= 5.2, < 7.0)
ast (2.4.1)
concurrent-ruby (1.1.7)
concurrent-ruby (1.1.8)
diff-lcs (1.4.4)
epb-auth-tools (1.0.5)
jwt (~> 2.2)
oauth2 (~> 1.4)
faker (2.14.0)
faker (2.17.0)
i18n (>= 1.6, < 2)
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
i18n (1.8.5)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
jwt (2.2.2)
macaddr (1.7.2)
Expand Down Expand Up @@ -125,7 +125,7 @@ PLATFORMS
DEPENDENCIES
acts_as_paranoid (~> 0.7.0)!
epb-auth-tools (~> 1.0)!
faker (~> 2.14)!
faker (~> 2.17)!
jwt (~> 2.2)!
multi_json (~> 1.15)!
oauth2 (~> 1.4)!
Expand Down