From 05bf79536dc6df01322a0914a42907ad977063c6 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Tue, 18 Mar 2014 14:09:38 -0700 Subject: [PATCH] Updating shortcode gem version --- Gemfile | 2 +- Gemfile.lock | 15 +++++---------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 5a1e6b5..100cb5a 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "rails", "4.0.0" #gem "capybara", ">= 1.0.0.beta1" gem "sqlite3" gem "rmagick" -gem 'shortcode', :git => 'git@github.com:kernow/shortcode.git' +gem 'shortcode', "0.1.2" group :development, :test do gem 'byebug' diff --git a/Gemfile.lock b/Gemfile.lock index 4bc2972..5399f18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,15 +1,7 @@ -GIT - remote: git@github.com:kernow/shortcode.git - revision: 24516374d7571034aae2817401656cf0af5e6bf7 - specs: - shortcode (0.1.1) - haml (~> 4.0) - parslet (= 1.5.0) - PATH remote: ./ specs: - wordpress-import (0.4.3) + wordpress-import (0.4.4) bundler (~> 1.0) nokogiri (~> 1.6.0) shortcode (~> 0.1.1) @@ -141,6 +133,9 @@ GEM rspec-core (~> 2.14.0) rspec-expectations (~> 2.14.0) rspec-mocks (~> 2.14.0) + shortcode (0.1.2) + haml (~> 4.0) + parslet (= 1.5.0) slop (3.5.0) sprockets (2.12.0) hike (~> 1.2) @@ -176,6 +171,6 @@ DEPENDENCIES rails (= 4.0.0) rmagick rspec-rails (>= 2.6.0) - shortcode! + shortcode (= 0.1.2) sqlite3 wordpress-import!