Updating shortcode gem version

This commit is contained in:
Will Bradley 2014-03-18 14:09:38 -07:00
parent 249de047b2
commit 05bf79536d
2 changed files with 6 additions and 11 deletions

View File

@ -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'

View File

@ -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!