Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #177 from smcgregor/update-gems
Browse files Browse the repository at this point in the history
updated gems
  • Loading branch information
smcgregor committed Aug 12, 2016
2 parents 78ff313 + b54652d commit 7d2c6b9
Showing 1 changed file with 37 additions and 34 deletions.
71 changes: 37 additions & 34 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ GIT
GEM
remote: http://rubygems.org/
specs:
actionmailer (4.2.7)
actionpack (= 4.2.7)
actionview (= 4.2.7)
activejob (= 4.2.7)
actionmailer (4.2.7.1)
actionpack (= 4.2.7.1)
actionview (= 4.2.7.1)
activejob (= 4.2.7.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.7)
actionview (= 4.2.7)
activesupport (= 4.2.7)
actionpack (4.2.7.1)
actionview (= 4.2.7.1)
activesupport (= 4.2.7.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.7)
activesupport (= 4.2.7)
actionview (4.2.7.1)
activesupport (= 4.2.7.1)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
Expand All @@ -42,23 +42,23 @@ GEM
ransack (~> 1.3)
sass-rails
sprockets (< 4)
activejob (4.2.7)
activesupport (= 4.2.7)
activejob (4.2.7.1)
activesupport (= 4.2.7.1)
globalid (>= 0.3.0)
activemodel (4.2.7)
activesupport (= 4.2.7)
activemodel (4.2.7.1)
activesupport (= 4.2.7.1)
builder (~> 3.1)
activerecord (4.2.7)
activemodel (= 4.2.7)
activesupport (= 4.2.7)
activerecord (4.2.7.1)
activemodel (= 4.2.7.1)
activesupport (= 4.2.7.1)
arel (~> 6.0)
activesupport (4.2.7)
activesupport (4.2.7.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
airbrake (5.4.3)
airbrake (5.4.4)
airbrake-ruby (~> 1.4)
airbrake-ruby (1.4.4)
airbrussh (1.1.0)
Expand Down Expand Up @@ -121,7 +121,7 @@ GEM
responders
thread_safe (~> 0.1)
warden (~> 1.2.3)
devise_invitable (1.6.0)
devise_invitable (1.6.1)
actionmailer (>= 3.2.6)
devise (>= 3.2.0)
docile (1.1.5)
Expand Down Expand Up @@ -187,16 +187,16 @@ GEM
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.7)
actionmailer (= 4.2.7)
actionpack (= 4.2.7)
actionview (= 4.2.7)
activejob (= 4.2.7)
activemodel (= 4.2.7)
activerecord (= 4.2.7)
activesupport (= 4.2.7)
rails (4.2.7.1)
actionmailer (= 4.2.7.1)
actionpack (= 4.2.7.1)
actionview (= 4.2.7.1)
activejob (= 4.2.7.1)
activemodel (= 4.2.7.1)
activerecord (= 4.2.7.1)
activesupport (= 4.2.7.1)
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.7)
railties (= 4.2.7.1)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
Expand All @@ -206,13 +206,13 @@ GEM
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
railties (4.2.7)
actionpack (= 4.2.7)
activesupport (= 4.2.7)
railties (4.2.7.1)
actionpack (= 4.2.7.1)
activesupport (= 4.2.7.1)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (11.2.2)
ransack (1.8.1)
ransack (1.8.2)
actionpack (>= 3.0)
activerecord (>= 3.0)
activesupport (>= 3.0)
Expand Down Expand Up @@ -280,7 +280,7 @@ GEM
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.5)
tins (1.11.0)
tins (1.12.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unf (0.1.4)
Expand Down Expand Up @@ -326,5 +326,8 @@ DEPENDENCIES
useragent
web-console (~> 2.0)

RUBY VERSION
ruby 2.2.5p319

BUNDLED WITH
1.11.2
1.12.5

0 comments on commit 7d2c6b9

Please sign in to comment.