Switch forks to org-owned repositories
This commit is contained in:
parent
25b53b3a48
commit
da541b0d3e
4
Gemfile
4
Gemfile
|
@ -22,7 +22,7 @@ gem "active_model_otp"
|
||||||
gem "bootsnap", require: false
|
gem "bootsnap", require: false
|
||||||
gem "bootstrap_form", "~> 5.0"
|
gem "bootstrap_form", "~> 5.0"
|
||||||
gem "carrierwave", "~> 2.0"
|
gem "carrierwave", "~> 2.0"
|
||||||
gem "carrierwave_backgrounder", git: "https://github.com/raccube/carrierwave_backgrounder.git"
|
gem "carrierwave_backgrounder", git: "https://github.com/retrospring/carrierwave_backgrounder.git"
|
||||||
gem "colorize"
|
gem "colorize"
|
||||||
gem "devise", "~> 4.9"
|
gem "devise", "~> 4.9"
|
||||||
gem "devise-async"
|
gem "devise-async"
|
||||||
|
@ -31,7 +31,7 @@ gem "fog-aws"
|
||||||
gem "fog-core"
|
gem "fog-core"
|
||||||
gem "fog-local"
|
gem "fog-local"
|
||||||
gem "haml", "~> 6.3"
|
gem "haml", "~> 6.3"
|
||||||
gem "hcaptcha", git: "https://github.com/raccube/hcaptcha", ref: "fix/flash-in-turbo-streams"
|
gem "hcaptcha", git: "https://github.com/retrospring/hcaptcha", ref: "fix/flash-in-turbo-streams"
|
||||||
gem "mini_magick"
|
gem "mini_magick"
|
||||||
gem "oj"
|
gem "oj"
|
||||||
gem "rpush"
|
gem "rpush"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/raccube/carrierwave_backgrounder.git
|
remote: https://github.com/retrospring/carrierwave_backgrounder.git
|
||||||
revision: 41b756f7514c0e410c561bc8b5ee321cd8cce1ee
|
revision: 41b756f7514c0e410c561bc8b5ee321cd8cce1ee
|
||||||
specs:
|
specs:
|
||||||
carrierwave_backgrounder (0.4.2)
|
carrierwave_backgrounder (0.4.2)
|
||||||
|
@ -7,7 +7,7 @@ GIT
|
||||||
mime-types (>= 3.0.0)
|
mime-types (>= 3.0.0)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/raccube/hcaptcha
|
remote: https://github.com/retrospring/hcaptcha
|
||||||
revision: f8de70ee2d629ac34395902dbee724c21297960c
|
revision: f8de70ee2d629ac34395902dbee724c21297960c
|
||||||
ref: fix/flash-in-turbo-streams
|
ref: fix/flash-in-turbo-streams
|
||||||
specs:
|
specs:
|
||||||
|
|
Loading…
Reference in New Issue