Skip to content

Commit

Permalink
Gem updates
Browse files Browse the repository at this point in the history
Lock factory_bot_rails to 6.2.x until thoughtbot/factory_bot_rails#432 gets merged and released as a gem
  • Loading branch information
Arie committed Nov 18, 2023
1 parent 975ca00 commit 254dff1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ group :development do
end

group :test, :development do
gem 'factory_bot_rails', require: false
gem 'factory_bot_rails', '~> 6.2.0', require: false
gem 'irb'
gem 'parallel_tests'
gem 'pry-nav'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,16 @@ GEM
autoprefixer-rails (10.4.15.0)
execjs (~> 2)
aws-eventstream (1.2.0)
aws-partitions (1.852.0)
aws-sdk-core (3.186.0)
aws-partitions (1.853.0)
aws-sdk-core (3.187.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.72.0)
aws-sdk-core (~> 3, >= 3.184.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.136.0)
aws-sdk-s3 (1.137.0)
aws-sdk-core (~> 3, >= 3.181.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.6)
Expand All @@ -148,7 +148,7 @@ GEM
backport (1.2.0)
base32_pure (0.1.0)
base64 (0.2.0)
bcrypt (3.1.19)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.0)
benchmark (0.3.0)
better_errors (2.10.1)
Expand Down Expand Up @@ -453,7 +453,7 @@ GEM
net-ssh (7.2.0)
netrc (0.11.0)
nio4r (2.6.0)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
oily_png (1.2.1)
chunky_png (~> 1.3.7)
Expand Down Expand Up @@ -491,7 +491,7 @@ GEM
pry (>= 0.9.10, < 0.15)
psych (5.1.1.1)
stringio
public_suffix (5.0.3)
public_suffix (5.0.4)
puma (5.6.7)
nio4r (~> 2.0)
raabro (1.4.0)
Expand Down Expand Up @@ -712,7 +712,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sshkit (1.21.5)
sshkit (1.21.6)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
ssrf_filter (1.1.2)
Expand Down Expand Up @@ -820,7 +820,7 @@ DEPENDENCIES
ed25519
eventmachine
execjs
factory_bot_rails
factory_bot_rails (~> 6.2.0)
faraday
ffi
font-awesome-rails
Expand Down

0 comments on commit 254dff1

Please sign in to comment.