From f1df433e762b18152f5e7d398e945271d68bb7bd Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Fri, 19 Oct 2018 09:24:40 +0100 Subject: [PATCH] Bump petrify gem ref --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0873ccb..caae697 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,6 @@ source 'https://rubygems.org' ruby '>=2.3' gem 'scraperwiki', :git => 'https://github.com/openaustralia/scraperwiki-ruby/', :branch => 'morph_defaults' -gem 'petrify', :git => 'https://github.com/adrianshort/petrify/' +gem 'petrify', :git => 'https://github.com/adrianshort/petrify/', :ref => '04aa25b' gem 'rest-client' gem 'json' diff --git a/Gemfile.lock b/Gemfile.lock index d752512..9a1d86e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,9 @@ GIT remote: https://github.com/adrianshort/petrify/ - revision: 4f949558e20767fc88acd18e523c2e95a4173475 + revision: 04aa25b008188086ed1f4c79ebebfc9f6cbbd75d + ref: 04aa25b specs: - petrify (0.1.0) + petrify (0.3.0) haml GIT