Skip to content

Commit

Permalink
dependencies, woo!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoDyring committed Sep 18, 2023
1 parent bf8698b commit 39f36c4
Show file tree
Hide file tree
Showing 2 changed files with 2 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
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -326,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 39f36c4

Please sign in to comment.