diff --git a/Gemfile b/Gemfile index 02d2267..0762c3f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -RAILS_VERSION = '~> 4.2.0' +RAILS_VERSION = '~> 4.2.5.1' send :ruby, ENV['GEMFILE_RUBY_VERSION'] if ENV['GEMFILE_RUBY_VERSION'] @@ -18,7 +18,7 @@ gem 'railties', RAILS_VERSION gem 'actionmailer_inline_css' gem 'decent_exposure' -gem 'devise' +gem 'devise', '~> 3.5.5' gem 'dotenv-rails' gem 'draper' gem 'errbit_plugin' @@ -26,7 +26,7 @@ gem 'errbit_github_plugin' gem 'font-awesome-rails' gem 'haml' gem 'htmlentities' -gem 'kaminari', '>= 0.14.1' +gem 'kaminari', '>= 0.16.3' gem 'mongoid', '5.0.2' gem 'mongoid_rails_migrations' gem 'rack-ssl', require: 'rack/ssl' # force SSL @@ -64,7 +64,7 @@ gem 'yajl-ruby', platform: 'ruby' gem 'json', platform: 'jruby' group :development, :test do - gem 'airbrake', require: false + gem 'airbrake', '~> 4.3.5', require: false gem 'pry-rails' gem 'pry-byebug', platforms: [:mri] gem 'quiet_assets' diff --git a/Gemfile.lock b/Gemfile.lock index aff952a..155eb20 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,47 +1,47 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (4.2.3) - actionpack (= 4.2.3) - actionview (= 4.2.3) - activejob (= 4.2.3) + actionmailer (4.2.5.1) + actionpack (= 4.2.5.1) + actionview (= 4.2.5.1) + activejob (= 4.2.5.1) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 1.0, >= 1.0.5) actionmailer_inline_css (1.5.3) actionmailer (>= 3.0.0) nokogiri (>= 1.4.4) premailer (>= 1.7.1) - actionpack (4.2.3) - actionview (= 4.2.3) - activesupport (= 4.2.3) + actionpack (4.2.5.1) + actionview (= 4.2.5.1) + activesupport (= 4.2.5.1) rack (~> 1.6) rack-test (~> 0.6.2) rails-dom-testing (~> 1.0, >= 1.0.5) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.3) - activesupport (= 4.2.3) + actionview (4.2.5.1) + activesupport (= 4.2.5.1) builder (~> 3.1) erubis (~> 2.7.0) rails-dom-testing (~> 1.0, >= 1.0.5) rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.3) - activesupport (= 4.2.3) + activejob (4.2.5.1) + activesupport (= 4.2.5.1) globalid (>= 0.3.0) - activemodel (4.2.3) - activesupport (= 4.2.3) + activemodel (4.2.5.1) + activesupport (= 4.2.5.1) builder (~> 3.1) - activerecord (4.2.3) - activemodel (= 4.2.3) - activesupport (= 4.2.3) + activerecord (4.2.5.1) + activemodel (= 4.2.5.1) + activesupport (= 4.2.5.1) arel (~> 6.0) - activesupport (4.2.3) + activesupport (4.2.5.1) i18n (~> 0.7) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) addressable (2.3.8) - airbrake (4.3.0) + airbrake (4.3.5) builder multi_json arel (6.0.3) @@ -89,6 +89,8 @@ GEM coderay (1.1.0) colorize (0.7.7) columnize (0.9.0) + concurrent-ruby (1.0.0) + concurrent-ruby (1.0.0-java) coveralls (0.8.2) json (~> 1.8) rest-client (>= 1.6.8, < 2) @@ -99,7 +101,7 @@ GEM addressable debug_inspector (0.0.2) decent_exposure (2.3.2) - devise (3.5.1) + devise (3.5.5) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 3.2.6, < 5) @@ -139,7 +141,7 @@ GEM railties (>= 3.2, < 5.0) globalid (0.3.6) activesupport (>= 4.1.0) - haml (4.0.6) + haml (4.0.7) tilt hashie (3.4.2) hipchat (1.5.1) @@ -172,7 +174,7 @@ GEM launchy (2.4.3-java) addressable (~> 2.3) spoon (~> 0.0.1) - libv8 (3.16.14.7) + libv8 (3.16.14.13) loofah (2.0.3) nokogiri (>= 1.5.9) mail (2.6.3) @@ -182,10 +184,10 @@ GEM rack-contrib (~> 1.1) railties (>= 3.0.0, < 5.0.0) method_source (0.8.2) - mime-types (2.6.1) + mime-types (2.99) mimemagic (0.3.0) mini_portile2 (2.0.0) - minitest (5.8.3) + minitest (5.8.4) mongo (2.2.1) bson (~> 4.0) mongoid (5.0.2) @@ -209,9 +211,9 @@ GEM net-ssh (>= 2.6.5) net-ssh (2.9.2) netrc (0.10.3) - nokogiri (1.6.7.1) + nokogiri (1.6.7.2) mini_portile2 (~> 2.0.0.rc2) - nokogiri (1.6.7.1-java) + nokogiri (1.6.7.2-java) oauth2 (1.0.0) faraday (>= 0.8, < 0.10) jwt (~> 1.0) @@ -260,6 +262,7 @@ GEM pry-rails (0.3.4) pry (>= 0.9.10) puma (2.15.3) + puma (2.15.3-java) quiet_assets (1.1.0) railties (>= 3.1, < 5.0) rack (1.6.4) @@ -270,16 +273,16 @@ GEM rack-ssl-enforcer (0.2.8) rack-test (0.6.3) rack (>= 1.0) - rails (4.2.3) - actionmailer (= 4.2.3) - actionpack (= 4.2.3) - actionview (= 4.2.3) - activejob (= 4.2.3) - activemodel (= 4.2.3) - activerecord (= 4.2.3) - activesupport (= 4.2.3) + rails (4.2.5.1) + actionmailer (= 4.2.5.1) + actionpack (= 4.2.5.1) + actionview (= 4.2.5.1) + activejob (= 4.2.5.1) + activemodel (= 4.2.5.1) + activerecord (= 4.2.5.1) + activesupport (= 4.2.5.1) bundler (>= 1.3.0, < 2.0) - railties (= 4.2.3) + railties (= 4.2.5.1) sprockets-rails rails-deprecated_sanitizer (1.0.3) activesupport (>= 4.2.0.alpha) @@ -287,7 +290,7 @@ GEM activesupport (>= 4.2.0.beta, < 5.0) nokogiri (~> 1.6.0) rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.2) + rails-html-sanitizer (1.0.3) loofah (~> 2.0) rails_12factor (0.0.3) rails_serve_static_assets @@ -296,17 +299,17 @@ GEM rails (> 3.1) rails_serve_static_assets (0.0.4) rails_stdout_logging (0.0.3) - railties (4.2.3) - actionpack (= 4.2.3) - activesupport (= 4.2.3) + railties (4.2.5.1) + actionpack (= 4.2.5.1) + activesupport (= 4.2.5.1) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rainbow (2.0.0) - rake (10.4.2) + rake (10.5.0) ref (1.0.5) request_store (1.1.0) - responders (2.1.0) - railties (>= 4.2.0, < 5) + responders (2.1.1) + railties (>= 4.2.0, < 5.1) rest-client (1.8.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 3.0) @@ -368,12 +371,13 @@ GEM slop (3.6.0) spoon (0.0.4) ffi - sprockets (3.3.3) - rack (~> 1.0) - sprockets-rails (2.3.2) - actionpack (>= 3.0) - activesupport (>= 3.0) - sprockets (>= 2.8, < 4.0) + sprockets (3.5.2) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.0.0) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) sshkit (1.7.1) colorize (>= 0.7.0) net-scp (>= 1.1.2) @@ -400,7 +404,7 @@ GEM unf (0.1.4-java) unf_ext (0.0.7.1) useragent (0.14.0) - warden (1.2.3) + warden (1.2.4) rack (>= 1.0) websocket-driver (0.5.4) websocket-extensions (>= 0.1.0) @@ -417,10 +421,10 @@ PLATFORMS ruby DEPENDENCIES - actionmailer (~> 4.2.0) + actionmailer (~> 4.2.5.1) actionmailer_inline_css - actionpack (~> 4.2.0) - airbrake + actionpack (~> 4.2.5.1) + airbrake (~> 4.3.5) better_errors binding_of_caller campy @@ -432,7 +436,7 @@ DEPENDENCIES capybara coveralls decent_exposure - devise + devise (~> 3.5.5) dotenv-rails draper email_spec @@ -449,7 +453,7 @@ DEPENDENCIES httparty jquery-rails (~> 2.1.4) json - kaminari (>= 0.14.1) + kaminari (>= 0.16.3) launchy meta_request mongoid (= 5.0.2) @@ -466,7 +470,7 @@ DEPENDENCIES rack-ssl-enforcer rails_12factor rails_autolink - railties (~> 4.2.0) + railties (~> 4.2.5.1) ri_cal rspec (~> 3.3) rspec-activemodel-mocks -- libgit2 0.21.2