Skip to content

Commit

Permalink
add linux to bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoDyring authored and Nikolaj Dyring Jensen committed Sep 1, 2023
1 parent 1fd9501 commit 65f2014
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.1.2"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.4", ">= 7.0.4.2"
gem "rails"

gem "devise", "~> 4.9"

Expand Down
7 changes: 6 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,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)
orm_adapter (0.5.0)
pg (1.5.4)
psych (5.1.0)
Expand Down Expand Up @@ -272,6 +274,8 @@ GEM
stringio (3.0.8)
tailwindcss-rails (2.0.30-arm64-darwin)
railties (>= 6.0.0)
tailwindcss-rails (2.0.30-x86_64-linux)
railties (>= 6.0.0)
thor (1.2.2)
timeout (0.4.0)
turbo-rails (1.4.0)
Expand Down Expand Up @@ -301,6 +305,7 @@ GEM

PLATFORMS
arm64-darwin-22
x86_64-linux

DEPENDENCIES
bcrypt_pbkdf
Expand All @@ -321,7 +326,7 @@ DEPENDENCIES
jbuilder
pg (~> 1.1)
puma (~> 5.0)
rails (~> 7.0.4, >= 7.0.4.2)
rails
rollbar (~> 3.4)
rspec-rails
selenium-webdriver
Expand Down

0 comments on commit 65f2014

Please sign in to comment.