Skip to content

Commit

Permalink
fix: move listen gem to all gem section
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed May 27, 2024
1 parent ebe731e commit 6c8b2b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ gem 'appsignal'
gem 'roo'
gem 'caxlsx'

gem 'listen', '>= 3.0.5', '< 3.2'

group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'database_cleaner-active_record'
Expand Down Expand Up @@ -79,7 +81,6 @@ group :development do
gem 'capistrano-rvm'
gem 'capistrano-yarn'
gem 'countries' # just to generate country flags using rake task flags:generate
gem 'listen', '>= 3.0.5', '< 3.2'
# gem 'octokit', '~> 4.0' # used for generate flags - maybe could be removed
gem 'rubocop'
gem 'rubocop-performance'
Expand Down

0 comments on commit 6c8b2b7

Please sign in to comment.