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)