Skip to content

Commit

Permalink
Merge pull request stringer-rss#476 from swanson/vk-bump-activerecord
Browse files Browse the repository at this point in the history
Bump activerecord to address CVE-2016-6317
  • Loading branch information
gabrielpoca authored Mar 30, 2018
2 parents 28e4177 + ca45534 commit 2bfc7f3
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (4.2.6)
activesupport (= 4.2.6)
activemodel (4.2.10)
activesupport (= 4.2.10)
builder (~> 3.1)
activerecord (4.2.6)
activemodel (= 4.2.6)
activesupport (= 4.2.6)
activerecord (4.2.10)
activemodel (= 4.2.10)
activesupport (= 4.2.10)
arel (~> 6.0)
activesupport (4.2.6)
activesupport (4.2.10)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.4.0)
arel (6.0.3)
arel (6.0.4)
ast (2.2.0)
backports (3.6.8)
bcrypt (3.1.11)
builder (3.2.2)
builder (3.2.3)
byebug (2.7.0)
columnize (~> 0.3)
debugger-linecache (~> 1.2)
Expand Down Expand Up @@ -62,8 +61,9 @@ GEM
faraday_middleware (>= 0.9)
loofah (>= 2.0)
sax-machine (>= 1.0)
i18n (0.7.0)
json (1.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
json (1.8.6)
kgio (2.10.0)
loofah (2.2.1)
crass (~> 1.0.2)
Expand All @@ -73,7 +73,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0221)
mini_portile2 (2.3.0)
minitest (5.8.4)
minitest (5.11.3)
multi_json (1.12.1)
multipart-post (2.0.0)
nokogiri (1.8.2)
Expand Down Expand Up @@ -161,11 +161,11 @@ GEM
tins (~> 1.0)
thor (0.19.1)
thread (0.2.2)
thread_safe (0.3.5)
thread_safe (0.3.6)
tilt (1.4.1)
timecop (0.8.0)
tins (1.6.0)
tzinfo (1.2.2)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (3.0.2)
execjs (>= 0.3.0, < 3)
Expand Down

0 comments on commit 2bfc7f3

Please sign in to comment.