use the last commit of the locomotive common gem
did
committed Mar 07, 2016
commit 62c274ff821f48ffbebac2fa98450171809d89d4
Showing 2
changed files with
15 additions
and 7 deletions
Gemfile
+2
-1
| @@ | @@ -3,7 +3,8 @@ source 'https://rubygems.org' |
| gemspec | |
| group :development do | |
| - | # gem 'locomotivecms_common', '~> 0.0.3', path: '../common' |
| + | gem 'locomotivecms_common', github: 'locomotivecms/common', ref: '257047b' |
| + | # gem 'locomotivecms_common', path: '../common' |
| # gem 'locomotivecms_models', '~> 0.0.1', path: '../models' | |
| # gem 'locomotivecms_models', '0.0.1.pre.alpha' | |
| # gem 'locomotivecms-liquid', path: '/Users/didier/Documents/LocomotiveCMS/gems/liquid' | |
Gemfile.lock
+13
-6
| @@ | @@ -1,3 +1,14 @@ |
| + | GIT |
| + | remote: git://github.com/locomotivecms/common.git |
| + | revision: 257047b7e067c0ed4bc33a03656ee1e49f622374 |
| + | ref: 257047b |
| + | specs: |
| + | locomotivecms_common (0.0.5) |
| + | activesupport (~> 4.2.5.2) |
| + | attr_extras (~> 4.4.0) |
| + | colorize |
| + | stringex (~> 2.6.0) |
| + | |
| PATH | |
| remote: . | |
| specs: | |
| @@ | @@ -107,11 +118,6 @@ GEM |
| locomotivecms-liquid (4.0.0) | |
| locomotivecms-solid (4.0.1) | |
| locomotivecms-liquid (~> 4.0.0) | |
| - | locomotivecms_common (0.0.5) |
| - | activesupport (~> 4.2.1) |
| - | attr_extras (~> 4.4.0) |
| - | colorize |
| - | stringex (~> 2.5.2) |
| memory_profiler (0.9.6) | |
| method_source (0.8.2) | |
| mime-types (2.6.2) | |
| @@ | @@ -186,7 +192,7 @@ GEM |
| concurrent-ruby (~> 1.0) | |
| rack (> 1, < 3) | |
| stackprof (0.2.7) | |
| - | stringex (2.5.2) |
| + | stringex (2.6.0) |
| term-ansicolor (1.3.2) | |
| tins (~> 1.0) | |
| thor (0.19.1) | |
| @@ | @@ -211,6 +217,7 @@ DEPENDENCIES |
| flamegraph | |
| i18n-spec (~> 0.6.0) | |
| json_spec (~> 1.1.4) | |
| + | locomotivecms_common! |
| locomotivecms_steam! | |
| memory_profiler | |
| mongo (~> 2.2.3) | |