Skip to content

Commit

Permalink
sort gem list alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhoribu authored Jan 12, 2025
1 parent 8e1cb51 commit 65fb98b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ group :development do
gem 'rubocop'
end

gem "sequel", ">= 5.66"

gem "sqlite3", ">= 1.6"

gem "terminal-table", ">= 3.0"

gem "ascii_charts", ">= 0.9.1"

gem "concurrent-ruby", ">= 1.2"

gem "logger", ">= 1.6.4"

gem "rexml", "< 3.3.2"

gem "logger", ">= 1.6.4"
gem "sequel", ">= 5.66"

gem "sqlite3", ">= 1.6"

gem "terminal-table", ">= 3.0"

0 comments on commit 65fb98b

Please sign in to comment.