Skip to content

Commit

Permalink
fix: move listen gem to development section
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed May 27, 2024
1 parent 6c8b2b7 commit 716afe8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ 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 @@ -81,6 +79,7 @@ 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 716afe8

Please sign in to comment.