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
|
# to tame logs
|
||||||
gem 'lograge'
|
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
|
group :development do
|
||||||
# for static code analisys
|
# for static code analisys
|
||||||
gem 'rubocop', require: false
|
gem 'rubocop', require: false
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,7 @@ GEM
|
||||||
faraday-multipart (~> 1.0, >= 1.0.4)
|
faraday-multipart (~> 1.0, >= 1.0.4)
|
||||||
ostruct
|
ostruct
|
||||||
cocoon (1.2.15)
|
cocoon (1.2.15)
|
||||||
concurrent-ruby (1.3.5)
|
concurrent-ruby (1.3.4)
|
||||||
countable-rails (0.0.1)
|
countable-rails (0.0.1)
|
||||||
railties (>= 3.1)
|
railties (>= 3.1)
|
||||||
crack (1.0.0)
|
crack (1.0.0)
|
||||||
|
|
@ -644,6 +644,7 @@ DEPENDENCIES
|
||||||
climate_control
|
climate_control
|
||||||
cloudinary
|
cloudinary
|
||||||
cocoon
|
cocoon
|
||||||
|
concurrent-ruby (= 1.3.4)
|
||||||
countable-rails
|
countable-rails
|
||||||
daemons
|
daemons
|
||||||
dalli
|
dalli
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue