Skip to content

Commit

Permalink
Reorder gems in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Jul 30, 2024
1 parent 3ec3702 commit 88df859
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 @@ -5,8 +5,8 @@ source 'https://rubygems.org'
ruby File.read('.ruby-version')

# Use main development branch of Rails
gem 'rails', '=7.1.3.2'
gem 'data_migrate'
gem 'rails', '=7.1.3.2'

# Unclear if we need to require it explicitly
# gem 'activesupport', '=7.1.3.2'
Expand Down

0 comments on commit 88df859

Please sign in to comment.