Skip to content

Commit

Permalink
upgrade out of the wysiwyg hyperlink being broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonadamyoung committed Jul 23, 2018
1 parent a374baa commit 8795d80
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GEM
debug_inspector (>= 0.0.1)
bootstrap-sass (3.1.1.1)
sass (~> 3.2)
bootstrap-wysihtml5-rails (0.3.2.100)
bootstrap-wysihtml5-rails (0.3.3.8)
railties (>= 3.0)
builder (3.0.4)
callsite (0.0.11)
Expand Down Expand Up @@ -70,6 +70,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.4.0)
concurrent-ruby (1.0.5)
connection_pool (2.0.0)
csspool (3.0.2)
dalli (2.5.0)
Expand Down Expand Up @@ -107,7 +108,8 @@ GEM
htmlentities (4.3.4)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (0.7.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
inline-style (0.5.2ex)
csspool
nokogiri
Expand All @@ -118,7 +120,7 @@ GEM
jquery-rails (2.1.3)
railties (>= 3.1.0, < 5.0)
thor (~> 0.14)
json (1.8.3)
json (1.8.6)
kaminari (0.14.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
Expand All @@ -138,7 +140,7 @@ GEM
method_source (0.8.1)
mime-types (1.25.1)
mini_portile2 (2.3.0)
multi_json (1.12.1)
multi_json (1.13.1)
multipart-post (2.0.0)
mysql2 (0.3.21)
net-scp (1.2.1)
Expand Down Expand Up @@ -182,7 +184,7 @@ GEM
rack (1.4.7)
rack-attack (4.3.0)
rack
rack-cache (1.6.1)
rack-cache (1.8.0)
rack (>= 0.4)
rack-contrib (1.1.0)
rack (>= 0.9.1)
Expand Down Expand Up @@ -258,7 +260,7 @@ GEM
tilt (~> 1.1, != 1.3.0)
test-unit (3.2.1)
power_assert
thor (0.19.1)
thor (0.20.0)
tilt (1.4.1)
timers (1.1.0)
treetop (1.4.15)
Expand Down

0 comments on commit 8795d80

Please sign in to comment.