sutty/Gemfile.lock

344 lines
8.1 KiB
Plaintext
Raw Normal View History

2018-01-02 17:19:25 +00:00
GEM
remote: https://rubygems.org/
specs:
2018-04-16 16:49:51 +00:00
actioncable (5.1.6)
actionpack (= 5.1.6)
2018-01-02 17:19:25 +00:00
nio4r (~> 2.0)
websocket-driver (~> 0.6.1)
2018-04-16 16:49:51 +00:00
actionmailer (5.1.6)
actionpack (= 5.1.6)
actionview (= 5.1.6)
activejob (= 5.1.6)
2018-01-02 17:19:25 +00:00
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
2018-04-16 16:49:51 +00:00
actionpack (5.1.6)
actionview (= 5.1.6)
activesupport (= 5.1.6)
2018-01-02 17:19:25 +00:00
rack (~> 2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
2018-04-16 16:49:51 +00:00
actionview (5.1.6)
activesupport (= 5.1.6)
2018-01-02 17:19:25 +00:00
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
2018-04-16 16:49:51 +00:00
activejob (5.1.6)
activesupport (= 5.1.6)
2018-01-02 17:19:25 +00:00
globalid (>= 0.3.6)
2018-04-16 16:49:51 +00:00
activemodel (5.1.6)
activesupport (= 5.1.6)
activerecord (5.1.6)
activemodel (= 5.1.6)
activesupport (= 5.1.6)
2018-01-02 17:19:25 +00:00
arel (~> 8.0)
2018-04-16 16:49:51 +00:00
activesupport (5.1.6)
2018-01-02 17:19:25 +00:00
concurrent-ruby (~> 1.0, >= 1.0.2)
2018-04-16 16:49:51 +00:00
i18n (>= 0.7, < 2)
2018-01-02 17:19:25 +00:00
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
2018-02-02 22:50:45 +00:00
airbrussh (1.3.0)
sshkit (>= 1.6.1, != 1.7.0)
2018-01-02 17:19:25 +00:00
arel (8.0.0)
autoprefixer-rails (9.1.4)
2018-01-29 18:09:30 +00:00
execjs
2018-02-02 22:50:45 +00:00
bcrypt_pbkdf (1.0.0)
2018-01-02 17:19:25 +00:00
bindex (0.5.0)
2018-04-16 16:49:51 +00:00
bootstrap (4.0.0)
2018-01-29 18:09:30 +00:00
autoprefixer-rails (>= 6.0.3)
2018-04-16 16:49:51 +00:00
popper_js (>= 1.12.9, < 2)
2018-01-29 18:09:30 +00:00
sass (>= 3.5.2)
2018-01-02 17:19:25 +00:00
builder (3.2.3)
2018-04-16 16:49:51 +00:00
capistrano (3.10.2)
2018-02-02 22:50:45 +00:00
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
sshkit (>= 1.9.0)
capistrano-bundler (1.3.0)
capistrano (~> 3.1)
sshkit (~> 1.2)
capistrano-passenger (0.2.0)
capistrano (~> 3.0)
capistrano-rails (1.3.1)
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
capistrano-rbenv (2.1.3)
capistrano (~> 3.1)
sshkit (~> 1.3)
2018-04-16 16:49:51 +00:00
capybara (2.18.0)
2018-01-02 17:19:25 +00:00
addressable
mini_mime (>= 0.1.3)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
2018-04-16 16:49:51 +00:00
xpath (>= 2.0, < 4.0)
2018-07-02 20:45:32 +00:00
carrierwave (1.2.3)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
carrierwave-bombshelter (0.2.2)
activesupport (>= 3.2.0)
carrierwave
fastimage
carrierwave-i18n (0.2.0)
2018-04-16 16:49:51 +00:00
childprocess (0.9.0)
2018-01-02 17:19:25 +00:00
ffi (~> 1.0, >= 1.0.11)
2018-02-20 17:47:11 +00:00
chronic (0.10.2)
2018-01-29 18:09:30 +00:00
coderay (1.1.2)
colorator (1.1.0)
2018-04-16 16:49:51 +00:00
commonmarker (0.17.9)
2018-02-23 19:12:39 +00:00
ruby-enum (~> 0.5)
2018-01-02 17:19:25 +00:00
concurrent-ruby (1.0.5)
2018-04-16 16:49:51 +00:00
crass (1.0.4)
dotenv (2.2.2)
dotenv-rails (2.2.2)
dotenv (= 2.2.2)
railties (>= 3.2, < 6.0)
2018-01-29 18:09:30 +00:00
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
2018-04-16 16:49:51 +00:00
email_address (0.1.9)
netaddr (~> 2.0)
2018-01-29 18:09:30 +00:00
simpleidn
2018-04-16 16:49:51 +00:00
erubi (1.7.1)
2018-01-29 18:09:30 +00:00
erubis (2.7.0)
eventmachine (1.2.5)
2018-02-03 22:40:29 +00:00
exception_notification (4.2.2)
actionmailer (>= 4.0, < 6)
activesupport (>= 4.0, < 6)
2018-01-02 17:19:25 +00:00
execjs (2.7.0)
2018-07-02 20:45:32 +00:00
fastimage (2.1.3)
ffi (1.9.25)
2018-04-16 16:49:51 +00:00
font-awesome-rails (4.7.0.4)
railties (>= 3.2, < 6.0)
2018-01-29 18:09:30 +00:00
forwardable-extended (2.6.0)
2018-01-02 17:19:25 +00:00
globalid (0.4.1)
activesupport (>= 4.2.0)
2018-01-29 18:09:30 +00:00
haml (5.0.4)
temple (>= 0.8.0)
tilt
haml-rails (1.0.0)
actionpack (>= 4.0.1)
activesupport (>= 4.0.1)
haml (>= 4.0.6, < 6.0)
html2haml (>= 1.0.1)
railties (>= 4.0.1)
html2haml (2.2.0)
erubis (~> 2.7.0)
haml (>= 4.0, < 6)
nokogiri (>= 1.6.0)
ruby_parser (~> 3.5)
http_parser.rb (0.6.0)
2018-04-16 16:49:51 +00:00
i18n (0.9.5)
2018-01-02 17:19:25 +00:00
concurrent-ruby (~> 1.0)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
2018-04-16 16:49:51 +00:00
jekyll (3.7.3)
2018-01-29 18:09:30 +00:00
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (~> 1.14)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
2018-04-16 16:49:51 +00:00
jekyll-sass-converter (1.5.2)
2018-01-29 18:09:30 +00:00
sass (~> 3.4)
jekyll-watch (2.0.0)
listen (~> 3.0)
2018-02-03 14:02:21 +00:00
jquery-rails (4.3.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
2018-01-29 18:09:30 +00:00
kramdown (1.16.2)
liquid (4.0.0)
2018-01-02 17:19:25 +00:00
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
2018-04-16 16:49:51 +00:00
loofah (2.2.2)
2018-01-02 17:19:25 +00:00
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0)
mini_mime (>= 0.1.1)
2018-01-29 18:09:30 +00:00
mercenary (0.3.6)
2018-01-02 17:19:25 +00:00
method_source (0.9.0)
2018-07-02 20:45:32 +00:00
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_magick (4.8.0)
2018-01-02 17:19:25 +00:00
mini_mime (1.0.0)
mini_portile2 (2.3.0)
2018-01-31 20:28:39 +00:00
minitest (5.11.3)
2018-04-16 16:49:51 +00:00
multi_json (1.13.1)
2018-02-02 22:50:45 +00:00
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (4.2.0)
2018-04-16 16:49:51 +00:00
netaddr (2.0.3)
nio4r (2.3.0)
2018-01-31 20:28:39 +00:00
nokogiri (1.8.2)
2018-01-02 17:19:25 +00:00
mini_portile2 (~> 2.3.0)
2018-01-29 18:09:30 +00:00
pathutil (0.16.1)
forwardable-extended (~> 2.6)
popper_js (1.14.3)
2018-01-29 18:09:30 +00:00
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
2018-04-16 16:49:51 +00:00
public_suffix (3.0.2)
puma (3.11.4)
2018-01-31 20:28:39 +00:00
rack (2.0.4)
2018-04-16 16:49:51 +00:00
rack-test (1.0.0)
2018-01-02 17:19:25 +00:00
rack (>= 1.0, < 3)
2018-04-16 16:49:51 +00:00
rails (5.1.6)
actioncable (= 5.1.6)
actionmailer (= 5.1.6)
actionpack (= 5.1.6)
actionview (= 5.1.6)
activejob (= 5.1.6)
activemodel (= 5.1.6)
activerecord (= 5.1.6)
activesupport (= 5.1.6)
2018-01-02 17:19:25 +00:00
bundler (>= 1.3.0)
2018-04-16 16:49:51 +00:00
railties (= 5.1.6)
2018-01-02 17:19:25 +00:00
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
2018-04-16 16:49:51 +00:00
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails_warden (0.6.0)
warden (>= 1.2.0)
railties (5.1.6)
actionpack (= 5.1.6)
activesupport (= 5.1.6)
2018-01-02 17:19:25 +00:00
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
2018-04-16 16:49:51 +00:00
rake (12.3.1)
rb-fsevent (0.10.3)
2018-01-02 17:19:25 +00:00
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
2018-02-02 22:50:45 +00:00
rbnacl (4.0.2)
ffi
2018-04-16 16:49:51 +00:00
rouge (3.1.1)
2018-02-23 19:12:39 +00:00
ruby-enum (0.7.2)
i18n
2018-01-02 17:19:25 +00:00
ruby_dep (1.5.0)
2018-04-16 16:49:51 +00:00
ruby_parser (3.11.0)
2018-01-29 18:09:30 +00:00
sexp_processor (~> 4.9)
2018-01-02 17:19:25 +00:00
rubyzip (1.2.1)
2018-01-29 18:09:30 +00:00
safe_yaml (1.0.4)
sass (3.5.7)
2018-01-02 17:19:25 +00:00
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (5.0.7)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
2018-04-16 16:49:51 +00:00
selenium-webdriver (3.11.0)
2018-01-02 17:19:25 +00:00
childprocess (~> 0.5)
2018-04-16 16:49:51 +00:00
rubyzip (~> 1.2)
sexp_processor (4.11.0)
simpleidn (0.1.1)
unf (~> 0.1.4)
2018-01-02 17:19:25 +00:00
spring (2.0.2)
activesupport (>= 4.2)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
2018-04-16 16:49:51 +00:00
sshkit (1.16.0)
2018-02-02 22:50:45 +00:00
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
2018-01-29 18:09:30 +00:00
temple (0.8.0)
2018-01-02 17:19:25 +00:00
thor (0.20.0)
thread_safe (0.3.6)
tilt (2.0.8)
2018-04-16 16:49:51 +00:00
turbolinks (5.1.1)
turbolinks-source (~> 5.1)
turbolinks-source (5.1.0)
tzinfo (1.2.5)
2018-01-02 17:19:25 +00:00
thread_safe (~> 0.1)
2018-04-16 16:49:51 +00:00
uglifier (4.1.9)
2018-01-02 17:19:25 +00:00
execjs (>= 0.3.0, < 3)
2018-04-16 16:49:51 +00:00
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
2018-01-29 18:09:30 +00:00
warden (1.2.7)
rack (>= 1.0)
2018-04-16 16:49:51 +00:00
web-console (3.6.0)
2018-01-02 17:19:25 +00:00
actionview (>= 5.0)
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
2018-02-20 17:47:11 +00:00
whenever (0.10.0)
chronic (>= 0.6.3)
2018-04-16 16:49:51 +00:00
xpath (3.0.0)
nokogiri (~> 1.8)
2018-01-02 17:19:25 +00:00
PLATFORMS
ruby
DEPENDENCIES
2018-02-02 22:50:45 +00:00
bcrypt_pbkdf
bootstrap (~> 4.0.0)
2018-02-02 22:50:45 +00:00
capistrano
capistrano-bundler
capistrano-passenger
capistrano-rails
capistrano-rbenv
2018-01-02 17:19:25 +00:00
capybara (~> 2.13)
2018-07-02 20:45:32 +00:00
carrierwave
carrierwave-bombshelter
carrierwave-i18n
2018-02-23 19:12:39 +00:00
commonmarker
2018-02-02 22:50:45 +00:00
dotenv-rails
2018-01-29 18:09:30 +00:00
email_address
2018-02-03 22:40:29 +00:00
exception_notification
2018-02-03 14:02:21 +00:00
font-awesome-rails
2018-01-29 18:09:30 +00:00
haml-rails
2018-01-02 17:19:25 +00:00
jbuilder (~> 2.5)
2018-01-29 18:09:30 +00:00
jekyll
2018-02-03 14:02:21 +00:00
jquery-rails
2018-01-02 17:19:25 +00:00
listen (>= 3.0.5, < 3.2)
2018-07-02 20:45:32 +00:00
mini_magick
2018-01-29 18:09:30 +00:00
pry
2018-01-02 17:19:25 +00:00
puma (~> 3.7)
rails (~> 5.1.4)
2018-01-29 18:09:30 +00:00
rails_warden
2018-02-02 22:50:45 +00:00
rbnacl (< 5.0)
2018-01-02 17:19:25 +00:00
sass-rails (~> 5.0)
selenium-webdriver
spring
spring-watcher-listen (~> 2.0.0)
sqlite3
turbolinks (~> 5)
uglifier (>= 1.3.0)
web-console (>= 3.3.0)
2018-02-20 17:47:11 +00:00
whenever
2018-01-02 17:19:25 +00:00
BUNDLED WITH
1.16.3