Skip to content

Commit

Permalink
Bump Faker to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaunier committed May 30, 2024
1 parent 20b7e4b commit 6d6eaa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ end
ruby "3.1.2"

gem "awesome_print", "~> 1.8", require: false
gem "faker", "~> 3.2"
gem "faker", "~> 3.4"
gem "nokogiri", "~> 1.13"
gem "pry-byebug", "~> 3.7"
gem "rest-client", "~> 2.0"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ GEM
drb (2.2.0)
ruby2_keywords
erubi (1.12.0)
faker (3.2.3)
faker (3.4.1)
i18n (>= 1.8.11, < 2)
http-accept (1.7.0)
http-cookie (1.0.5)
Expand Down Expand Up @@ -198,7 +198,7 @@ PLATFORMS
DEPENDENCIES
activerecord (~> 7.0)
awesome_print (~> 1.8)
faker (~> 3.2)
faker (~> 3.4)
nokogiri (~> 1.13)
pry-byebug (~> 3.7)
rest-client (~> 2.0)
Expand Down

0 comments on commit 6d6eaa0

Please sign in to comment.