summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2022-01-11 21:58:23 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2022-01-11 21:58:23 -0800
commit1cb86695a7abf50d3033150fc30254e106823909 (patch)
tree9098c8577459777c1458ec5c1a78685bb9186c78
parentRevert changes on gemfiles (diff)
downloadglsamakerv2.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--Gemfile2
-rw-r--r--Gemfile.lock10
2 files changed, 2 insertions, 10 deletions
diff --git a/Gemfile b/Gemfile
index ea8c8dc..e40ce6d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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