mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Temporarily pin concurrent-ruby
This commit is contained in:
parent
988b3bf689
commit
ef1dabaca0
2 changed files with 6 additions and 1 deletions
4
Gemfile
4
Gemfile
|
|
@ -192,6 +192,10 @@ gem 'icalendar'
|
|||
# to tame logs
|
||||
gem 'lograge'
|
||||
|
||||
# FIXME: https://github.com/ruby-concurrency/concurrent-ruby/commit/d7ce956dacd0b772273d39b8ed31a30cff7ecf38
|
||||
# remove after updating to rails to >7.1
|
||||
gem 'concurrent-ruby', '1.3.4'
|
||||
|
||||
group :development do
|
||||
# for static code analisys
|
||||
gem 'rubocop', require: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue