Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
chore: ⬆️ Update bridgetown to crystal springs (v0.16.0) (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcodes authored Jul 29, 2020
1 parent 00c0ff4 commit 4342d60
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
#
# Happy Bridgetowning!

gem "bridgetown", "~> 0.15.0"
gem "bridgetown", "~> 0.16.0"

group :bridgetown_plugins do
gem "bridgetown-inline-svg", "~> 1.1.0"
Expand Down
26 changes: 15 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
awesome_print (1.8.0)
bridgetown (0.15.0)
bridgetown-builder (= 0.15.0)
bridgetown-core (= 0.15.0)
bridgetown-paginate (= 0.15.0)
bridgetown-builder (0.15.0)
bridgetown-core (= 0.15.0)
bridgetown-core (0.15.0)
bridgetown (0.16.0)
bridgetown-builder (= 0.16.0)
bridgetown-core (= 0.16.0)
bridgetown-paginate (= 0.16.0)
bridgetown-builder (0.16.0)
bridgetown-core (= 0.16.0)
bridgetown-core (0.16.0)
activesupport (~> 6.0)
addressable (~> 2.4)
awesome_print (~> 1.8)
colorator (~> 1.0)
erubi (~> 1.9)
faraday (~> 1.0)
faraday_middleware (~> 1.0)
i18n (~> 1.0)
Expand All @@ -35,20 +36,22 @@ GEM
safe_yaml (~> 1.0)
terminal-table (~> 1.8)
thor (~> 1.0)
tilt (~> 2.0)
bridgetown-inline-svg (1.1.0)
bridgetown (>= 0.15, < 2.0)
svg_optimizer (~> 0.2.5)
bridgetown-paginate (0.15.0)
bridgetown-core (= 0.15.0)
bridgetown-paginate (0.16.0)
bridgetown-core (= 0.16.0)
colorator (1.1.0)
concurrent-ruby (1.1.6)
erubi (1.9.0)
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
faraday_middleware (1.0.0)
faraday (~> 1.0)
ffi (1.13.1)
forwardable-extended (2.6.0)
i18n (1.8.4)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
kramdown (2.3.0)
rexml
Expand Down Expand Up @@ -82,6 +85,7 @@ GEM
unicode-display_width (~> 1.1, >= 1.1.1)
thor (1.0.1)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
Expand All @@ -91,7 +95,7 @@ PLATFORMS
ruby

DEPENDENCIES
bridgetown (~> 0.15.0)
bridgetown (~> 0.16.0)
bridgetown-inline-svg (~> 1.1.0)

BUNDLED WITH
Expand Down

0 comments on commit 4342d60

Please sign in to comment.