From 54f4ab1da2c98213172656a8e45cad192040691e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Mon, 5 Sep 2016 14:25:53 +0200 Subject: [PATCH] Bump activerecord-session_store Prints deprecation warnings on 2.3.1 --- Gemfile | 2 +- Gemfile.lock | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index d835d24b68c..f83b339f62e 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ ruby '2.3.1' gem 'rails', '~> 4.2.7', '>= 4.2.7.1' gem 'actionpack-action_caching' gem 'actionpack-xml_parser' -gem 'activerecord-session_store' +gem 'activerecord-session_store', '~> 1.0.0' gem 'rails-observers' gem 'responders', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 68639c8e8b9..5334049fb0b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,10 +125,12 @@ GEM activemodel (= 4.2.7.1) activesupport (= 4.2.7.1) arel (~> 6.0) - activerecord-session_store (0.1.2) - actionpack (>= 4.0.0, < 5) - activerecord (>= 4.0.0, < 5) - railties (>= 4.0.0, < 5) + activerecord-session_store (1.0.0) + actionpack (>= 4.0, < 5.1) + activerecord (>= 4.0, < 5.1) + multi_json (~> 1.11, >= 1.11.2) + rack (>= 1.5.2, < 3) + railties (>= 4.0, < 5.1) activerecord-tableless (1.3.4) activerecord (>= 2.3.0) activesupport (4.2.7.1) @@ -583,7 +585,7 @@ DEPENDENCIES actionpack-xml_parser activerecord-jdbcmysql-adapter activerecord-jdbcpostgresql-adapter - activerecord-session_store + activerecord-session_store (~> 1.0.0) activerecord-tableless (~> 1.0) acts_as_list (~> 0.7.2) airbrake (~> 5.1.0) @@ -695,5 +697,8 @@ DEPENDENCIES webmock (~> 1.24.2) will_paginate (~> 3.1) +RUBY VERSION + ruby 2.3.1p112 + BUNDLED WITH 1.12.5