mirror of https://github.com/rails/rails
Update globalid to 0.5.1 for ruby-head compatibility
https://github.com/ruby/uri/pull/26 was recently pulled in ruby-head, and it breaks globalid < 0.5.
This commit is contained in:
parent
75a864c2b6
commit
bbaf40bd7f
|
@ -241,8 +241,8 @@ GEM
|
|||
fugit (1.5.0)
|
||||
et-orbi (~> 1.1, >= 1.1.8)
|
||||
raabro (~> 1.4)
|
||||
globalid (0.4.2)
|
||||
activesupport (>= 4.2.0)
|
||||
globalid (0.5.1)
|
||||
activesupport (>= 5.0)
|
||||
google-apis-core (0.3.0)
|
||||
addressable (~> 2.5, >= 2.5.1)
|
||||
googleauth (~> 0.14)
|
||||
|
|
Loading…
Reference in New Issue