diff --git a/Gemfile b/Gemfile index 5a667751c..4cd121d5f 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem "rails", "4.2.7.1" # Legacy Rails features, remove me! # responders (class level) -gem "responders", "2.2.0" +gem "responders", "2.3.0" # Appserver @@ -19,7 +19,7 @@ gem "diaspora_federation-rails", "0.1.4" gem "acts_as_api", "0.4.3" gem "json", "1.8.3" -gem "json-schema", "2.6.2" +gem "json-schema", "2.7.0" # Authentication @@ -33,16 +33,16 @@ gem "simple_captcha2", "0.4.0", require: "simple_captcha" # Background processing -gem "sidekiq", "4.1.4" +gem "sidekiq", "4.2.2" gem "sinatra", "1.4.7" # Scheduled processing -gem "sidekiq-cron", "0.4.2" +gem "sidekiq-cron", "0.4.4" # Compression -gem "uglifier", "3.0.1" +gem "uglifier", "3.0.2" # Configuration @@ -57,7 +57,7 @@ gem "rack-cors", "0.4.0", require: "rack/cors" gem "bootstrap-sass", "3.3.7" gem "compass-rails", "2.0.5" gem "sass-rails", "5.0.6" -gem "autoprefixer-rails", "6.4.0.2" +gem "autoprefixer-rails", "6.5.1" gem "bootstrap-switch-rails", "3.3.3" # Database @@ -66,7 +66,7 @@ group :mysql, optional: true do gem "mysql2", "0.4.4" end group :postgresql, optional: true do - gem "pg", "0.18.4" + gem "pg", "0.19.0" end @@ -89,22 +89,22 @@ gem "entypo-rails", "3.0.0.pre.rc2" gem "backbone-on-rails", "1.2.0.0" gem "handlebars_assets", "0.23.1" -gem "jquery-rails", "4.1.1" +gem "jquery-rails", "4.2.1" gem "jquery-ui-rails", "5.0.5" gem "js_image_paths", "0.1.0" gem "js-routes", "1.2.9" source "https://rails-assets.org" do - gem "rails-assets-jquery", "2.2.1" # Should be kept in sync with jquery-rails + gem "rails-assets-jquery", "2.2.4" # Should be kept in sync with jquery-rails - gem "rails-assets-markdown-it", "7.0.0" + gem "rails-assets-markdown-it", "8.0.0" gem "rails-assets-markdown-it-hashtag", "0.4.0" gem "rails-assets-markdown-it-diaspora-mention", "1.0.0" - gem "rails-assets-markdown-it-sanitizer", "0.4.2" + gem "rails-assets-markdown-it-sanitizer", "0.4.3" gem "rails-assets-markdown-it--markdown-it-for-inline", "0.1.1" gem "rails-assets-markdown-it-sub", "1.0.0" gem "rails-assets-markdown-it-sup", "1.0.0" - gem "rails-assets-highlightjs", "9.6.0" + gem "rails-assets-highlightjs", "9.7.0" gem "rails-assets-bootstrap-markdown", "2.10.0" # jQuery plugins @@ -131,7 +131,7 @@ gem "leaflet-rails", "0.7.7" # Parsing -gem "nokogiri", "1.6.8" +gem "nokogiri", "1.6.8.1" gem "redcarpet", "3.3.4" gem "twitter-text", "1.14.0" gem "ruby-oembed", "0.10.1" @@ -167,7 +167,7 @@ gem "acts-as-taggable-on", "3.5.0" # URIs and HTTP -gem "addressable", "2.3.8", require: "addressable/uri" +gem "addressable", "2.4.0", require: "addressable/uri" gem "faraday", "0.9.2" gem "faraday_middleware", "0.10.0" gem "faraday-cookie_jar", "0.0.6" @@ -176,9 +176,9 @@ gem "typhoeus", "1.1.0" # Views gem "gon", "6.1.0" -gem "hamlit", "2.5.0" +gem "hamlit", "2.7.5" gem "mobile-fu", "1.3.1" -gem "will_paginate", "3.1.0" +gem "will_paginate", "3.1.5" gem "rails-timeago", "2.11.0" # Logging @@ -240,8 +240,8 @@ group :development do # Linters gem "rubocop", "0.40.0" - gem "haml_lint", "0.18.1" - gem "pronto", "0.7.0" + gem "haml_lint", "0.18.2" + gem "pronto", "0.7.1" gem "pronto-eslint", "0.7.0" gem "pronto-rubocop", "0.7.0" gem "pronto-haml", "0.7.0" @@ -249,7 +249,7 @@ group :development do # Preloading environment - gem "spring", "1.7.2" + gem "spring", "2.0.0" gem "spring-commands-rspec", "1.0.4" gem "spring-commands-cucumber", "1.0.1" @@ -267,14 +267,14 @@ group :test do # RSpec (unit tests, some integration tests) gem "fixture_builder", "0.4.1" - gem "fuubar", "2.1.1" + gem "fuubar", "2.2.0" gem "test_after_commit", "1.1.0" # Cucumber (integration tests) - gem "capybara", "2.7.1" + gem "capybara", "2.10.1" gem "database_cleaner", "1.5.3" - gem "poltergeist", "1.10.0" + gem "poltergeist", "1.11.0" gem "cucumber-api-steps", "0.13", require: false gem "json_spec", "1.1.4" @@ -294,13 +294,13 @@ end group :development, :test do # RSpec (unit tests, some integration tests) - gem "rspec-rails", "3.5.1" + gem "rspec-rails", "3.5.2" # Cucumber (integration tests) - gem "cucumber-rails", "1.4.4", require: false + gem "cucumber-rails", "1.4.5", require: false # Jasmine (client side application tests (JS)) - gem "jasmine", "2.4.0" + gem "jasmine", "2.5.1" gem "jasmine-jquery-rails", "2.0.3" gem "rails-assets-jasmine-ajax", "3.2.0", source: "https://rails-assets.org" gem "sinon-rails", "1.15.0" diff --git a/Gemfile.lock b/Gemfile.lock index d398a53f8..73647a05c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,7 +48,7 @@ GEM activemodel (>= 3.0.0) activesupport (>= 3.0.0) rack (>= 1.1.0) - addressable (2.3.8) + addressable (2.4.0) arel (6.0.3) asset_sync (1.1.0) activemodel @@ -56,7 +56,7 @@ GEM unf ast (2.3.0) attr_required (1.0.1) - autoprefixer-rails (6.4.0.2) + autoprefixer-rails (6.5.1) execjs backbone-on-rails (1.2.0.0) eco @@ -72,7 +72,7 @@ GEM buftok (0.2.0) builder (3.2.2) byebug (9.0.5) - capybara (2.7.1) + capybara (2.10.1) addressable mime-types (>= 1.16) nokogiri (>= 1.3.3) @@ -157,9 +157,9 @@ GEM rspec (>= 2.12.0) cucumber-core (1.5.0) gherkin (~> 4.0) - cucumber-rails (1.4.4) + cucumber-rails (1.4.5) capybara (>= 1.1.2, < 3) - cucumber (>= 1.3.8, < 3) + cucumber (>= 1.3.8, < 4) mime-types (>= 1.16, < 4) nokogiri (~> 1.5) railties (>= 3, < 5.1) @@ -365,13 +365,13 @@ GEM font-awesome-rails (4.6.3.1) railties (>= 3.2, < 5.1) formatador (0.2.5) - fuubar (2.1.1) - rspec (~> 3.0) + fuubar (2.2.0) + rspec-core (~> 3.0) ruby-progressbar (~> 1.4) get_process_mem (0.2.1) gherkin (4.0.0) - gitlab (3.6.1) - httparty + gitlab (3.7.0) + httparty (~> 0.13.0) terminal-table globalid (0.3.7) activesupport (>= 4.1.0) @@ -403,12 +403,12 @@ GEM rubocop (~> 0.20) haml (4.0.7) tilt - haml_lint (0.18.1) + haml_lint (0.18.2) haml (~> 4.0) rake (>= 10, < 12) rubocop (>= 0.36.0) sysexits (~> 1.1) - hamlit (2.5.0) + hamlit (2.7.5) temple (~> 0.7.6) thor tilt @@ -444,14 +444,14 @@ GEM railties (>= 3.0.0) inflecto (0.0.2) ipaddress (0.8.3) - jasmine (2.4.0) - jasmine-core (~> 2.4) + jasmine (2.5.1) + jasmine-core (>= 2.5.1, < 3.0.0) phantomjs rack (>= 1.2.1) rake - jasmine-core (2.4.1) + jasmine-core (2.5.2) jasmine-jquery-rails (2.0.3) - jquery-rails (4.1.1) + jquery-rails (4.2.1) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -469,8 +469,8 @@ GEM multi_json (>= 1.3) securecompare url_safe_base64 - json-schema (2.6.2) - addressable (~> 2.3.8) + json-schema (2.7.0) + addressable (>= 2.4) json_spec (1.1.4) multi_json (~> 1.0) rspec (>= 2.0, < 4.0) @@ -509,7 +509,7 @@ GEM mimemagic (0.3.1) mini_magick (4.5.1) mini_portile2 (2.1.0) - minitest (5.9.0) + minitest (5.9.1) mobile-fu (1.3.1) rack-mobile-detect rails @@ -522,9 +522,8 @@ GEM nenv (0.3.0) nested_form (0.3.2) nio4r (1.2.1) - nokogiri (1.6.8) + nokogiri (1.6.8.1) mini_portile2 (~> 2.1.0) - pkg-config (~> 1.1.7) notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) @@ -571,17 +570,16 @@ GEM validate_url webfinger (>= 1.0.1) orm_adapter (0.5.0) - parser (2.3.1.2) + parser (2.3.1.4) ast (~> 2.2) - pg (0.18.4) + pg (0.19.0) phantomjs (2.1.1.0) - pkg-config (1.1.7) - poltergeist (1.10.0) + poltergeist (1.11.0) capybara (~> 2.1) cliver (~> 0.3.1) websocket-driver (>= 0.2.0) powerpack (0.1.1) - pronto (0.7.0) + pronto (0.7.1) gitlab (~> 3.6, >= 3.4.0) httparty (~> 0.13.7) octokit (~> 4.3, >= 4.1.0) @@ -659,11 +657,11 @@ GEM rails-assets-jquery.ui (~> 1.11.4) rails-assets-emojione (2.0.1) rails-assets-favico.js (0.3.10) - rails-assets-highlightjs (9.6.0) + rails-assets-highlightjs (9.7.0) rails-assets-jasmine (2.4.1) rails-assets-jasmine-ajax (3.2.0) rails-assets-jasmine (~> 2) - rails-assets-jquery (2.2.1) + rails-assets-jquery (2.2.4) rails-assets-jquery-colorbox (1.6.4) rails-assets-jquery (>= 1.3.2) rails-assets-jquery-fullscreen-plugin (0.5.0) @@ -675,10 +673,10 @@ GEM rails-assets-jquery.ui (1.11.4) rails-assets-jquery (>= 1.6) rails-assets-markdown-it--markdown-it-for-inline (0.1.1) - rails-assets-markdown-it (7.0.0) + rails-assets-markdown-it (8.0.0) rails-assets-markdown-it-diaspora-mention (1.0.0) rails-assets-markdown-it-hashtag (0.4.0) - rails-assets-markdown-it-sanitizer (0.4.2) + rails-assets-markdown-it-sanitizer (0.4.3) rails-assets-markdown-it-sub (1.0.0) rails-assets-markdown-it-sup (1.0.0) rails-assets-perfect-scrollbar (0.6.12) @@ -717,7 +715,7 @@ GEM thor (>= 0.18.1, < 2.0) rainbow (2.1.0) raindrops (0.16.0) - rake (11.2.2) + rake (11.3.0) rb-fsevent (0.9.7) rb-inotify (0.9.7) ffi (>= 0.5.0) @@ -731,13 +729,13 @@ GEM redis (~> 3.0, >= 3.0.4) remotipart (1.2.1) request_store (1.3.1) - responders (2.2.0) + responders (2.3.0) railties (>= 4.2.0, < 5.1) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) rspec-mocks (~> 3.5.0) - rspec-core (3.5.2) + rspec-core (3.5.4) rspec-support (~> 3.5.0) rspec-expectations (3.5.0) diff-lcs (>= 1.2.0, < 2.0) @@ -745,7 +743,7 @@ GEM rspec-mocks (3.5.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.5.0) - rspec-rails (3.5.1) + rspec-rails (3.5.2) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) @@ -764,7 +762,7 @@ GEM ruby-progressbar (1.8.1) ruby_dep (1.3.1) rubyzip (1.2.0) - rufus-scheduler (3.2.1) + rufus-scheduler (3.2.2) rugged (0.24.0) safe_yaml (1.0.4) sass (3.4.22) @@ -786,15 +784,15 @@ GEM shellany (0.0.1) shoulda-matchers (3.1.1) activesupport (>= 4.0.0) - sidekiq (4.1.4) + sidekiq (4.2.2) concurrent-ruby (~> 1.0) connection_pool (~> 2.2, >= 2.2.0) + rack-protection (~> 1.5) redis (~> 3.2, >= 3.2.1) - sinatra (>= 1.4.7) - sidekiq-cron (0.4.2) + sidekiq-cron (0.4.4) redis-namespace (>= 1.5.2) rufus-scheduler (>= 2.0.24) - sidekiq (>= 4.0.0) + sidekiq (>= 4.2.1) sigar (0.7.3) simple_captcha2 (0.4.0) rails (>= 4.1) @@ -811,7 +809,8 @@ GEM sinon-rails (1.15.0) railties (>= 3.1) slop (3.6.0) - spring (1.7.2) + spring (2.0.0) + activesupport (>= 4.2) spring-commands-cucumber (1.0.1) spring (>= 0.9.1) spring-commands-rspec (1.0.4) @@ -837,7 +836,8 @@ GEM temple (0.7.7) term-ansicolor (1.3.2) tins (~> 1.0) - terminal-table (1.6.0) + terminal-table (1.7.3) + unicode-display_width (~> 1.1.1) test_after_commit (1.1.0) activerecord (>= 3.2) thor (0.19.1) @@ -866,12 +866,12 @@ GEM ethon (>= 0.9.0) tzinfo (1.2.2) thread_safe (~> 0.1) - uglifier (3.0.1) + uglifier (3.0.2) execjs (>= 0.3.0, < 3) unf (0.1.4) unf_ext unf_ext (0.0.7.2) - unicode-display_width (1.1.0) + unicode-display_width (1.1.1) unicorn (5.1.0) kgio (~> 2.6) raindrops (~> 0.7) @@ -906,7 +906,7 @@ GEM websocket-driver (0.6.4) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.2) - will_paginate (3.1.0) + will_paginate (3.1.5) xml-simple (1.1.5) xpath (2.0.0) nokogiri (~> 1.3) @@ -920,19 +920,19 @@ DEPENDENCIES activerecord-import (= 0.15.0) acts-as-taggable-on (= 3.5.0) acts_as_api (= 0.4.3) - addressable (= 2.3.8) + addressable (= 2.4.0) asset_sync (= 1.1.0) - autoprefixer-rails (= 6.4.0.2) + autoprefixer-rails (= 6.5.1) backbone-on-rails (= 1.2.0.0) bootstrap-sass (= 3.3.7) bootstrap-switch-rails (= 3.3.3) - capybara (= 2.7.1) + capybara (= 2.10.1) carrierwave (= 0.11.2) compass-rails (= 2.0.5) configurate (= 0.3.1) coveralls cucumber-api-steps (= 0.13) - cucumber-rails (= 1.4.4) + cucumber-rails (= 1.4.5) database_cleaner (= 1.5.3) devise (= 4.2.0) devise-token_authenticatable (= 0.5.2) @@ -948,25 +948,25 @@ DEPENDENCIES faraday_middleware (= 0.10.0) fixture_builder (= 0.4.1) fog (= 1.38.0) - fuubar (= 2.1.1) + fuubar (= 2.2.0) gon (= 6.1.0) guard (= 2.14.0) guard-cucumber (= 2.1.2) guard-rspec (= 4.7.3) guard-rubocop (= 1.2.0) - haml_lint (= 0.18.1) - hamlit (= 2.5.0) + haml_lint (= 0.18.2) + hamlit (= 2.7.5) handlebars_assets (= 0.23.1) http_accept_language (= 2.0.5) i18n-inflector-rails (= 1.0.7) - jasmine (= 2.4.0) + jasmine (= 2.5.1) jasmine-jquery-rails (= 2.0.3) - jquery-rails (= 4.1.1) + jquery-rails (= 4.2.1) jquery-ui-rails (= 5.0.5) js-routes (= 1.2.9) js_image_paths (= 0.1.0) json (= 1.8.3) - json-schema (= 2.6.2) + json-schema (= 2.7.0) json_spec (= 1.1.4) leaflet-rails (= 0.7.7) logging-rails (= 0.5.0) @@ -975,7 +975,7 @@ DEPENDENCIES minitest mobile-fu (= 1.3.1) mysql2 (= 0.4.4) - nokogiri (= 1.6.8) + nokogiri (= 1.6.8.1) omniauth (= 1.3.1) omniauth-facebook (= 4.0.0) omniauth-tumblr (= 1.2) @@ -983,9 +983,9 @@ DEPENDENCIES omniauth-wordpress (= 0.2.2) open_graph_reader (= 0.6.1) openid_connect (= 0.12.0) - pg (= 0.18.4) - poltergeist (= 1.10.0) - pronto (= 0.7.0) + pg (= 0.19.0) + poltergeist (= 1.11.0) + pronto (= 0.7.1) pronto-eslint (= 0.7.0) pronto-haml (= 0.7.0) pronto-rubocop (= 0.7.0) @@ -1003,16 +1003,16 @@ DEPENDENCIES rails-assets-blueimp-gallery (= 2.21.3)! rails-assets-bootstrap-markdown (= 2.10.0)! rails-assets-diaspora_jsxc (= 0.1.5.develop.7)! - rails-assets-highlightjs (= 9.6.0)! + rails-assets-highlightjs (= 9.7.0)! rails-assets-jasmine-ajax (= 3.2.0)! - rails-assets-jquery (= 2.2.1)! + rails-assets-jquery (= 2.2.4)! rails-assets-jquery-placeholder (= 2.3.1)! rails-assets-jquery-textchange (= 0.2.3)! - rails-assets-markdown-it (= 7.0.0)! + rails-assets-markdown-it (= 8.0.0)! rails-assets-markdown-it--markdown-it-for-inline (= 0.1.1)! rails-assets-markdown-it-diaspora-mention (= 1.0.0)! rails-assets-markdown-it-hashtag (= 0.4.0)! - rails-assets-markdown-it-sanitizer (= 0.4.2)! + rails-assets-markdown-it-sanitizer (= 0.4.3)! rails-assets-markdown-it-sub (= 1.0.0)! rails-assets-markdown-it-sup (= 1.0.0)! rails-assets-perfect-scrollbar (= 0.6.12)! @@ -1022,21 +1022,21 @@ DEPENDENCIES rb-fsevent (= 0.9.7) rb-inotify (= 0.9.7) redcarpet (= 3.3.4) - responders (= 2.2.0) - rspec-rails (= 3.5.1) + responders (= 2.3.0) + rspec-rails (= 3.5.2) rubocop (= 0.40.0) ruby-oembed (= 0.10.1) rubyzip (= 1.2.0) sass-rails (= 5.0.6) secure_headers (= 3.4.1) shoulda-matchers (= 3.1.1) - sidekiq (= 4.1.4) - sidekiq-cron (= 0.4.2) + sidekiq (= 4.2.2) + sidekiq-cron (= 0.4.4) simple_captcha2 (= 0.4.0) simplecov (= 0.12.0) sinatra (= 1.4.7) sinon-rails (= 1.15.0) - spring (= 1.7.2) + spring (= 2.0.0) spring-commands-cucumber (= 1.0.1) spring-commands-rspec (= 1.0.4) test_after_commit (= 1.1.0) @@ -1045,13 +1045,13 @@ DEPENDENCIES twitter (= 5.16.0) twitter-text (= 1.14.0) typhoeus (= 1.1.0) - uglifier (= 3.0.1) + uglifier (= 3.0.2) unicorn (= 5.1.0) unicorn-worker-killer (= 0.4.4) uuid (= 2.3.8) versionist (= 1.5.0) webmock (= 2.1.0) - will_paginate (= 3.1.0) + will_paginate (= 3.1.5) BUNDLED WITH - 1.12.5 + 1.13.5