Switch to our own Git master of the camping gem
parent
975ab31440
commit
9ba33c9b71
|
@ -0,0 +1 @@
|
|||
2.5.1
|
4
Gemfile
4
Gemfile
|
@ -2,8 +2,8 @@ source "http://rubygems.org"
|
|||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
|
||||
# This application is build on Camping, use it from Git master
|
||||
gem "camping", github: "camping/camping", branch: "master"
|
||||
# This application is build on Camping, use it from our own Git master
|
||||
gem "camping", github: "paulvt/camping", branch: "master"
|
||||
|
||||
# Use ActionView for the templates.
|
||||
gem "actionview", "~> 4.2.10"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
GIT
|
||||
remote: https://github.com/camping/camping.git
|
||||
revision: f2820bbb103f9cfe225647339a4b939560314eec
|
||||
remote: https://github.com/paulvt/camping.git
|
||||
revision: e6834563b244e0f24af2034d679cd6e8e9d932c0
|
||||
branch: master
|
||||
specs:
|
||||
camping (2.1.601)
|
||||
camping (2.1.602)
|
||||
mab (>= 0.0.3)
|
||||
rack (>= 1.0)
|
||||
|
||||
|
@ -43,7 +43,7 @@ GEM
|
|||
minitest (5.11.3)
|
||||
nokogiri (1.10.4)
|
||||
mini_portile2 (~> 2.4.0)
|
||||
rack (2.0.7)
|
||||
rack (2.2.3)
|
||||
rails-deprecated_sanitizer (1.0.3)
|
||||
activesupport (>= 4.2.0.alpha)
|
||||
rails-dom-testing (1.0.9)
|
||||
|
|
Loading…
Reference in New Issue