diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..73462a5 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.5.1 diff --git a/Gemfile b/Gemfile index 45d129b..6769fa7 100644 --- a/Gemfile +++ b/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" diff --git a/Gemfile.lock b/Gemfile.lock index e3eeb97..b4def25 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)