mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
Pin exifr to 1.2.5.
This commit is contained in:
1
Gemfile
1
Gemfile
@ -189,3 +189,4 @@ if ENV["IMPORT"] == "1"
|
|||||||
end
|
end
|
||||||
|
|
||||||
gem 'webpush', require: false
|
gem 'webpush', require: false
|
||||||
|
gem 'exifr', '1.2.5'
|
||||||
|
@ -108,7 +108,7 @@ GEM
|
|||||||
erubi (1.7.1)
|
erubi (1.7.1)
|
||||||
excon (0.62.0)
|
excon (0.62.0)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
exifr (1.3.4)
|
exifr (1.2.5)
|
||||||
fabrication (2.20.1)
|
fabrication (2.20.1)
|
||||||
fakeweb (1.3.0)
|
fakeweb (1.3.0)
|
||||||
faraday (0.12.2)
|
faraday (0.12.2)
|
||||||
@ -430,6 +430,7 @@ DEPENDENCIES
|
|||||||
ember-source (= 2.13.3)
|
ember-source (= 2.13.3)
|
||||||
excon
|
excon
|
||||||
execjs
|
execjs
|
||||||
|
exifr (= 1.2.5)
|
||||||
fabrication
|
fabrication
|
||||||
fakeweb (~> 1.3.0)
|
fakeweb (~> 1.3.0)
|
||||||
fast_blank
|
fast_blank
|
||||||
|
Reference in New Issue
Block a user