summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-08-15 12:02:06 +0200
committerAzul <azul@riseup.net>2016-08-15 12:20:58 +0200
commit3c6347de6b8dfa86fb4ae23bd07ae4b77db1742c (patch)
treeed4e8c83b6ff4536bb11eb9aef17bca1004eba27 /Gemfile
parent244462f805a7b60e099a379d7214907f728a6e00 (diff)
upgrade: everything but rails (upgraded before)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9689a94..1e82977 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ require File.expand_path('../lib/gemfile_tools.rb', __FILE__)
## CORE
# rake 11.x throws lots of warnings about rails 3.2 code
gem "rake"
-gem "rails", "~> 4.2.6"
+gem "rails", "~> 4.2.7"
# TODO: drop this and the respond_with usage
gem 'responders', '~> 2.0'
gem "couchrest", "~> 2.0.0.rc3"