From 85dc46b0deff41984c79b25f73b05adfd212d247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 1 Jun 2014 13:21:25 +0200 Subject: [PATCH] bump entypo-rails --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6bd20d194..b252ff245 100644 --- a/Gemfile +++ b/Gemfile @@ -115,7 +115,7 @@ gem 'zip-zip' group :assets do # Icons - gem 'entypo-rails' + gem 'entypo-rails', '2.2.1' # CSS diff --git a/Gemfile.lock b/Gemfile.lock index 5287a48b4..7215c748c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -122,7 +122,7 @@ GEM execjs eco-source (1.1.0.rc.1) ejs (1.1.1) - entypo-rails (2.0.2) + entypo-rails (2.2.1) railties (>= 3.1, <= 5) erubis (2.7.0) ethon (0.6.2) @@ -475,7 +475,7 @@ DEPENDENCIES database_cleaner (= 1.3.0) devise (= 3.2.4) devise_lastseenable (= 0.0.4) - entypo-rails + entypo-rails (= 2.2.1) factory_girl_rails (= 4.3.0) faraday (= 0.8.9) faraday_middleware (= 0.9.0)