Skip to content

Commit

Permalink
Added x86 to lock
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltz committed Nov 8, 2023
1 parent b37e07a commit cdbfe89
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
action_auth (0.1.0)
action_auth (0.1.1)
bcrypt (~> 3.1.0)
rails (~> 7.1)

Expand Down Expand Up @@ -124,6 +124,8 @@ GEM
nio4r (2.5.9)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
psych (5.1.1.1)
stringio
puma (6.4.0)
Expand Down Expand Up @@ -180,6 +182,7 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.8-arm64-darwin)
sqlite3 (1.6.8-x86_64-linux)
stringio (3.0.8)
thor (1.3.0)
timeout (0.4.1)
Expand All @@ -193,6 +196,7 @@ GEM

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
action_auth!
Expand Down

0 comments on commit cdbfe89

Please sign in to comment.