Adds Foreman, bundle update

Torey Heinz committed Jun 15, 2018
commit 930ef56bb26dea7945f2cbfdd50d4a3a7b8b59a3
Showing 5 changed files with 98 additions and 105 deletions
.ruby-version +1 -1
@@ @@ -1 +1 @@
- 2.4.1
+ 2.5.1
Gemfile +3 -22
@@ @@ -1,24 +1,5 @@
source 'https://rubygems.org'
- gem 'locomotivecms_wagon', '~> 2.2.0'
-
- gem 'guard-livereload', '~> 2.5.1'
-
- group :development do
- # Mac OS X
- gem 'rb-fsevent', '~> 0.9.1', require: 'rb-fsevent' if RUBY_PLATFORM.include?('darwin')
-
- # Unix
- gem 'therubyracer', require: 'v8', platforms: :ruby unless RUBY_PLATFORM.include?('darwin')
-
- gem 'rb-inotify', '~> 0.9', require: 'rb-inotify' if RUBY_PLATFORM.include?('linux')
-
- # Windows
- gem 'wdm', '~> 0.1.1', require: 'wdm' if RUBY_PLATFORM =~ /mswin|mingw/i
- end
-
- group :misc do
- # Add your extra gems here
- # gem 'susy', require: 'susy'
- # gem 'bourbon', require: 'bourbon'
- end
+ gem 'locomotivecms_wagon'
+ gem 'guard-livereload'
+ gem 'foreman'
Gemfile.lock +90 -81
@@ @@ -10,10 +10,11 @@ GEM
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
attr_extras (4.4.0)
- autoprefixer-rails (6.3.3.1)
+ autoprefixer-rails (6.7.7.2)
execjs
+ bcrypt (3.1.12)
chronic (0.10.2)
- chunky_png (1.3.8)
+ chunky_png (1.3.10)
coderay (1.1.2)
coffee-script (2.4.1)
coffee-script-source
@@ @@ -33,30 +34,32 @@ GEM
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
concurrent-ruby (1.0.5)
- crass (1.0.2)
- daemons (1.2.4)
- dragonfly (1.0.12)
+ crass (1.0.4)
+ daemons (1.2.6)
+ dragonfly (1.1.5)
addressable (~> 2.3)
multi_json (~> 1.0)
- rack (>= 1.3.0)
- duktape (1.3.0.6)
+ rack (>= 1.3)
+ duktape (1.6.1.0)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
- eventmachine (1.2.5)
+ eventmachine (1.2.7)
execjs (2.7.0)
- faker (1.8.4)
- i18n (~> 0.5)
- faraday (0.9.2)
+ faker (1.8.7)
+ i18n (>= 0.7)
+ faraday (0.11.0)
multipart-post (>= 1.2, < 3)
- faraday_middleware (0.10.1)
+ faraday_middleware (0.11.0.1)
faraday (>= 0.7.4, < 1.0)
- ffi (1.9.18)
+ ffi (1.9.25)
+ foreman (0.84.0)
+ thor (~> 0.19.1)
formatador (0.2.5)
- guard (2.14.1)
+ guard (2.14.2)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
- lumberjack (~> 1.0)
+ lumberjack (>= 1.0.12, < 2.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
@@ @@ -71,134 +74,140 @@ GEM
haml (4.0.7)
tilt
http_parser.rb (0.6.0)
- httparty (0.13.7)
- json (~> 1.8)
+ httparty (0.15.7)
multi_xml (>= 0.5.2)
- httpclient (2.7.2)
- i18n (0.8.6)
- json (1.8.6)
- kramdown (1.10.0)
- listen (3.0.8)
+ httpclient (2.8.3)
+ i18n (0.9.5)
+ concurrent-ruby (~> 1.0)
+ kramdown (1.16.2)
+ listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
+ ruby_dep (~> 1.2)
locomotivecms-liquid (4.0.0)
locomotivecms-solid (4.0.1)
locomotivecms-liquid (~> 4.0.0)
- locomotivecms_coal (1.3.0)
- activesupport (~> 4.2.6)
- faraday (~> 0.9.1)
- faraday_middleware (~> 0.10.0)
- httpclient (~> 2.7.1)
+ locomotivecms_coal (1.4.0)
+ activesupport (~> 4.2.8)
+ faraday (~> 0.11.0)
+ faraday_middleware (~> 0.11.0.1)
+ httpclient (~> 2.8.3)
locomotivecms_common (0.2.0)
activesupport (~> 4.2.6)
attr_extras (~> 4.4.0)
colorize
stringex (~> 2.6.0)
- locomotivecms_steam (1.2.1)
+ locomotivecms_steam (1.3.0)
RedCloth (~> 4.3.2)
- autoprefixer-rails (~> 6.3.3.1)
+ autoprefixer-rails (~> 6.7.2)
+ bcrypt (~> 3.1.11)
chronic (~> 0.10.2)
coffee-script (~> 2.4.1)
compass (~> 1.0.3)
- dragonfly (~> 1.0.12)
- duktape (~> 1.3.0.6)
- httparty (~> 0.13.6)
- kramdown (~> 1.10.0)
+ dragonfly (~> 1.1.4)
+ duktape (~> 1.6.1.0)
+ httparty (~> 0.15.6)
+ kramdown (~> 1.16.2)
locomotivecms-solid (~> 4.0.1)
locomotivecms_common (~> 0.2.0)
- mime-types (~> 2.6.1)
+ mime-types (~> 3.1.0)
mimetype-fu (~> 0.1.2)
- moneta (~> 0.8.0)
+ moneta (~> 1.0.0)
morphine (~> 0.1.1)
- nokogiri (~> 1.6.8)
- pony (~> 1.11)
- rack-cache (~> 1.6.1)
+ nokogiri (~> 1.8.1)
+ pony (~> 1.12)
+ rack-cache (~> 1.7.0)
rack-rewrite (~> 1.5.1)
- rack_csrf (~> 2.5.0)
- sanitize (~> 4.0.1)
- sass (~> 3.4.21)
- sprockets (~> 3.5.2)
- locomotivecms_wagon (2.2.0)
+ rack_csrf (~> 2.6.0)
+ sanitize (~> 4.5.0)
+ sass (~> 3.4.25)
+ sprockets (~> 3.7.1)
+ uglifier (~> 4.1.3)
+ locomotivecms_wagon (2.3.0)
faker (~> 1.6)
haml (~> 4.0.7)
- listen (~> 3.0.4)
- locomotivecms_coal (~> 1.3.0)
+ listen (~> 3.1.5)
+ locomotivecms_coal (~> 1.4.0)
locomotivecms_common (~> 0.2.0)
- locomotivecms_steam (~> 1.2.0)
- netrc (~> 0.10.3)
+ locomotivecms_steam (~> 1.3.0)
+ netrc (~> 0.11.0)
rack-livereload (~> 0.3.16)
- rubyzip (~> 1.1.7)
- thin (~> 1.6.3)
- thor (~> 0.19.1)
- yui-compressor (~> 0.12.0)
- lumberjack (1.0.12)
- mail (2.6.6)
- mime-types (>= 1.16, < 4)
+ rubyzip (~> 1.2.1)
+ thin (~> 1.7.0)
+ thor (~> 0.19.4)
+ lumberjack (1.0.13)
+ mail (2.7.0)
+ mini_mime (>= 0.1.1)
method_source (0.9.0)
- mime-types (2.6.2)
+ mime-types (3.1)
+ mime-types-data (~> 3.2015)
+ mime-types-data (3.2016.0521)
mimetype-fu (0.1.2)
- mini_portile2 (2.1.0)
- minitest (5.10.3)
- moneta (0.8.1)
+ mini_mime (1.0.0)
+ mini_portile2 (2.3.0)
+ minitest (5.11.3)
+ moneta (1.0.0)
morphine (0.1.1)
- multi_json (1.12.2)
+ multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
nenv (0.3.0)
- netrc (0.10.3)
- nokogiri (1.6.8.1)
- mini_portile2 (~> 2.1.0)
+ netrc (0.11.0)
+ nokogiri (1.8.2)
+ mini_portile2 (~> 2.3.0)
nokogumbo (1.4.13)
nokogiri
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
- pony (1.11)
+ pony (1.12)
mail (>= 2.0)
- pry (0.11.1)
+ pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
- public_suffix (3.0.0)
- rack (1.6.8)
- rack-cache (1.6.1)
+ public_suffix (3.0.2)
+ rack (2.0.5)
+ rack-cache (1.7.2)
rack (>= 0.4)
- rack-livereload (0.3.16)
+ rack-livereload (0.3.17)
rack
rack-rewrite (1.5.1)
- rack_csrf (2.5.0)
+ rack_csrf (2.6.0)
rack (>= 1.1.0)
- rb-fsevent (0.9.8)
+ rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
- rubyzip (1.1.7)
- sanitize (4.0.1)
+ ruby_dep (1.5.0)
+ rubyzip (1.2.1)
+ sanitize (4.5.0)
crass (~> 1.0.2)
nokogiri (>= 1.4.4)
nokogumbo (~> 1.4.1)
sass (3.4.25)
shellany (0.0.1)
- sprockets (3.5.2)
+ sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
stringex (2.6.1)
- thin (1.6.4)
+ thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
- rack (~> 1.0)
+ rack (>= 1, < 3)
thor (0.19.4)
thread_safe (0.3.6)
tilt (2.0.8)
- tzinfo (1.2.3)
+ tzinfo (1.2.5)
thread_safe (~> 0.1)
- yui-compressor (0.12.0)
+ uglifier (4.1.11)
+ execjs (>= 0.3.0, < 3)
PLATFORMS
ruby
DEPENDENCIES
- guard-livereload (~> 2.5.1)
- locomotivecms_wagon (~> 2.2.0)
- rb-fsevent (~> 0.9.1)
+ foreman
+ guard-livereload
+ locomotivecms_wagon
BUNDLED WITH
- 1.16.0.pre.2
+ 1.16.1
Guardfile +1 -1
@@ @@ -18,5 +18,5 @@ guard 'livereload', host: '0.0.0.0', port: ENV['WAGON_LIVERELOAD_PORT'] || 35729
watch(%r{app/views/.+\.liquid})
watch(%r{config/.+\.yml$})
watch(%r{data/.+\.yml$})
- watch(%r{public/((stylesheets|javascripts)/(.+\.(css|js))).*}) { |m| "/#{m[1]}" }
+ watch(%r{public/((stylesheets|javascripts)/(.+\.(scss|css|js))).*}) { |m| "/#{m[1]}" }
end
app/Procfile +3 -0
@@ @@ -0,0 +1,3 @@
+ guard: bundle exec guard
+ web: bundle exec wagon serve -p 3000
+ ngrok: ngrok http -subdomain=teagles 3000