diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2022-01-11 21:58:23 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2022-01-11 21:58:23 -0800 |
commit | 1cb86695a7abf50d3033150fc30254e106823909 (patch) | |
tree | 9098c8577459777c1458ec5c1a78685bb9186c78 | |
parent | Revert changes on gemfiles (diff) | |
download | glsamakerv2.tar.gz glsamakerv2.tar.bz2 glsamakerv2.zip |
Gemfile*: set prototype-rails to 4.0.1 for a momentglsamakerv2
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 10 |
2 files changed, 2 insertions, 10 deletions
@@ -17,7 +17,7 @@ gem 'jbuilder', '~> 2.0' # gem 'uglifier' #end -gem 'prototype-rails', github: 'rails/prototype-rails', branch: '4.2' +gem 'prototype-rails', '~> 4.0.1' # Use unicorn as the web server #gem 'unicorn' diff --git a/Gemfile.lock b/Gemfile.lock index 48a2d90..7016eca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,3 @@ -GIT - remote: git://github.com/rails/prototype-rails.git - revision: 0fed929ff48c10c3b978edd3baa983a81f404dbf - branch: 4.2 - specs: - prototype-rails (4.0.0) - rails (~> 4.0) - GEM remote: https://rubygems.org/ specs: @@ -190,7 +182,7 @@ DEPENDENCIES minitest-reporters mysql2 (~> 0.4.10) nokogiri - prototype-rails! + prototype-rails rails (~> 4.2) rake rubocop |