From df35423119b9443e4b9ceaaf729ca83d7441c516 Mon Sep 17 00:00:00 2001 From: grosser Date: Sat, 5 May 2012 14:27:27 -0700 Subject: [PATCH] bump textpow version --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 92f504c..4072848 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source :rubygems gem 'clipboard', '>=0.9.8' -gem 'textpow1x', '>=1.2.4' #, :path => '../textpow' +gem 'textpow1x', '>=1.2.5' #, :path => '../textpow' gem 'language_sniffer' group :dev do # not development <-> would add unneeded development dependencies in gemspec diff --git a/Gemfile.lock b/Gemfile.lock index 643310e..f23c4d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GEM rspec-expectations (2.6.0) diff-lcs (~> 1.1.2) rspec-mocks (2.6.0) - textpow1x (1.2.4) + textpow1x (1.2.5) plist (>= 3.0.1) PLATFORMS @@ -34,4 +34,4 @@ DEPENDENCIES oniguruma rake rspec (~> 2) - textpow1x (>= 1.2.4) + textpow1x (>= 1.2.5)