Switch to our own Git master of the camping gem

This commit is contained in:
Paul van Tilburg 2021-09-27 16:07:36 +02:00
parent 975ab31440
commit 9ba33c9b71
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
3 changed files with 7 additions and 6 deletions

1
.ruby-version Normal file
View File

@ -0,0 +1 @@
2.5.1

View File

@ -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"

View File

@ -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)