Skip to content

Commit

Permalink
Merge pull request #25 from lewagon/update-faker
Browse files Browse the repository at this point in the history
Update faker to latest version
  • Loading branch information
tonipanacek committed May 5, 2023
2 parents 07ae0eb + ace89b8 commit 24ae2cc
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", "~> 2.1"
gem "faker", "~> 3.2"
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 @@ -35,7 +35,7 @@ GEM
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
erubi (1.10.0)
faker (2.21.0)
faker (3.2.0)
i18n (>= 1.8.11, < 2)
http-accept (1.7.0)
http-cookie (1.0.5)
Expand Down Expand Up @@ -159,7 +159,7 @@ PLATFORMS
DEPENDENCIES
activerecord (~> 7.0)
awesome_print (~> 1.8)
faker (~> 2.1)
faker (~> 3.2)
nokogiri (~> 1.13)
pry-byebug (~> 3.7)
rest-client (~> 2.0)
Expand Down

0 comments on commit 24ae2cc

Please sign in to comment.