Skip to content

Commit

Permalink
Remove arel and add rack-session to Gemfile
Browse files Browse the repository at this point in the history
- Arel is now bundled in the Active Record gem, and maintained in the rails/rails repository.
- rack-session is removed from runtime dependency.
  • Loading branch information
mishina2228 committed Jun 8, 2022
1 parent 38f3d37 commit c4248bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gemspec

gem "rails", github: "rails/rails"
gem "arel", github: "rails/arel"
gem "rack", github: "rack/rack"
gem "rack-session", github: "rack/rack-session"

group :development do
platform :ruby do
Expand Down

0 comments on commit c4248bc

Please sign in to comment.