Skip to content

Commit

Permalink
Merge pull request #1575 from ontohub/update_gems
Browse files Browse the repository at this point in the history
Security update gems
  • Loading branch information
eugenk committed Jan 26, 2016
2 parents 6b396f9 + d763a7b commit b53cd7c
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.2.8)
actionmailer (3.2.22)
actionpack (= 3.2.22)
actionmailer (3.2.22.1)
actionpack (= 3.2.22.1)
mail (~> 2.5.4)
actionpack (3.2.22)
activemodel (= 3.2.22)
activesupport (= 3.2.22)
actionpack (3.2.22.1)
activemodel (= 3.2.22.1)
activesupport (= 3.2.22.1)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
Expand All @@ -63,18 +63,18 @@ GEM
sprockets (~> 2.2.1)
active_model_serializers (0.9.4)
activemodel (>= 3.2)
activemodel (3.2.22)
activesupport (= 3.2.22)
activemodel (3.2.22.1)
activesupport (= 3.2.22.1)
builder (~> 3.0.0)
activerecord (3.2.22)
activemodel (= 3.2.22)
activesupport (= 3.2.22)
activerecord (3.2.22.1)
activemodel (= 3.2.22.1)
activesupport (= 3.2.22.1)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.22)
activemodel (= 3.2.22)
activesupport (= 3.2.22)
activesupport (3.2.22)
activeresource (3.2.22.1)
activemodel (= 3.2.22.1)
activesupport (= 3.2.22.1)
activesupport (3.2.22.1)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
acts_as_relation (0.1.3)
Expand Down Expand Up @@ -187,7 +187,7 @@ GEM
rails (>= 3.0.0)
database_cleaner (1.5.1)
debug_inspector (0.0.2)
devise (3.5.3)
devise (3.5.5)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
Expand Down Expand Up @@ -348,7 +348,7 @@ GEM
net-ssh (3.0.2)
netrc (0.11.0)
nio4r (1.2.0)
nokogiri (1.6.7.1)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
options (2.3.2)
orm_adapter (0.5.0)
Expand Down Expand Up @@ -385,22 +385,22 @@ GEM
rack
rack-test (0.6.3)
rack (>= 1.0)
rails (3.2.22)
actionmailer (= 3.2.22)
actionpack (= 3.2.22)
activerecord (= 3.2.22)
activeresource (= 3.2.22)
activesupport (= 3.2.22)
rails (3.2.22.1)
actionmailer (= 3.2.22.1)
actionpack (= 3.2.22.1)
activerecord (= 3.2.22.1)
activeresource (= 3.2.22.1)
activesupport (= 3.2.22.1)
bundler (~> 1.0)
railties (= 3.2.22)
railties (= 3.2.22.1)
rails-erd (1.4.5)
activerecord (>= 3.2)
activesupport (>= 3.2)
choice (~> 0.2.0)
ruby-graphviz (~> 1.2)
railties (3.2.22)
actionpack (= 3.2.22)
activesupport (= 3.2.22)
railties (3.2.22.1)
actionpack (= 3.2.22.1)
activesupport (= 3.2.22.1)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
Expand Down

0 comments on commit b53cd7c

Please sign in to comment.