From f8c9d2ccd93a936805bf933a09814c5d3f7e5454 Mon Sep 17 00:00:00 2001 From: Benjamin Neff <benjamin@coding4coffee.ch> Date: Sun, 8 Apr 2018 00:32:19 +0200 Subject: [PATCH] Bump string-direction --- Gemfile | 2 +- Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 6b9d1c0e29..cdadff30f6 100644 --- a/Gemfile +++ b/Gemfile @@ -148,7 +148,7 @@ gem "twitter-text", "2.1.0" # RTL support -gem "string-direction", "1.2.0" +gem "string-direction", "1.2.1" # Security Headers diff --git a/Gemfile.lock b/Gemfile.lock index 5ef86d32cc..3c221ca6f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -678,8 +678,7 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) state_machines (0.5.0) - string-direction (1.2.0) - yard (~> 0.8) + string-direction (1.2.1) swd (1.0.1) activesupport (>= 3) attr_required (>= 0.0.5) @@ -895,7 +894,7 @@ DEPENDENCIES spring-commands-cucumber (= 1.0.1) spring-commands-rspec (= 1.0.4) sprockets-rails (= 3.2.1) - string-direction (= 1.2.0) + string-direction (= 1.2.1) timecop (= 0.9.1) turbo_dev_assets (= 0.0.2) twitter (= 6.1.0) -- GitLab