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
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ GEM
|
|||
faraday-multipart (~> 1.0, >= 1.0.4)
|
||||
ostruct
|
||||
cocoon (1.2.15)
|
||||
concurrent-ruby (1.3.5)
|
||||
concurrent-ruby (1.3.4)
|
||||
countable-rails (0.0.1)
|
||||
railties (>= 3.1)
|
||||
crack (1.0.0)
|
||||
|
|
@ -644,6 +644,7 @@ DEPENDENCIES
|
|||
climate_control
|
||||
cloudinary
|
||||
cocoon
|
||||
concurrent-ruby (= 1.3.4)
|
||||
countable-rails
|
||||
daemons
|
||||
dalli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue