Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
arandilopez committed Dec 23, 2024
1 parent 414866b commit fd8bcf1
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 69 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
#
# Happy Bridgetowning!

gem 'bridgetown', '~> 1.1'
gem 'bridgetown-feed', group: :bridgetown_plugins
gem 'bridgetown-seo-tag', group: :bridgetown_plugins
gem 'bridgetown', '~> 1.2'
gem 'bridgetown-feed'
gem 'bridgetown-seo-tag'
gem 'puma', '~> 5.6'
gem "rack", "~> 2.2"
110 changes: 44 additions & 66 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (7.1.3)
activesupport (= 7.1.3)
activesupport (7.1.3)
activemodel (7.1.3.2)
activesupport (= 7.1.3.2)
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -13,26 +13,27 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
amazing_print (1.4.0)
amazing_print (1.6.0)
base64 (0.2.0)
bigdecimal (3.1.6)
bridgetown (1.1.0)
bridgetown-builder (= 1.1.0)
bridgetown-core (= 1.1.0)
bridgetown-paginate (= 1.1.0)
bridgetown-builder (1.1.0)
bridgetown-core (= 1.1.0)
bridgetown-core (1.1.0)
bigdecimal (3.1.7)
bridgetown (1.3.2)
bridgetown-builder (= 1.3.2)
bridgetown-core (= 1.3.2)
bridgetown-paginate (= 1.3.2)
bridgetown-builder (1.3.2)
bridgetown-core (= 1.3.2)
bridgetown-core (1.3.2)
activemodel (>= 6.0, < 8.0)
activesupport (>= 6.0, < 8.0)
addressable (~> 2.4)
amazing_print (~> 1.2)
colorator (~> 1.0)
csv (~> 3.2)
erubi (~> 1.9)
faraday (~> 1.0)
faraday_middleware (~> 1.0)
faraday (~> 2.0)
faraday-follow_redirects (~> 0.3)
hash_with_dot_access (~> 1.2)
i18n (~> 1.0)
kramdown (~> 2.1)
Expand All @@ -43,101 +44,78 @@ GEM
roda (~> 3.46)
rouge (~> 3.0)
serbea (~> 1.0)
terminal-table (~> 1.8)
thor (~> 1.1)
tilt (~> 2.0)
webrick (~> 1.7)
zeitwerk (~> 2.5)
bridgetown-feed (2.1.0)
bridgetown (>= 1.0.0.alpha5, < 2.0)
bridgetown-paginate (1.1.0)
bridgetown-core (= 1.1.0)
bridgetown-paginate (1.3.2)
bridgetown-core (= 1.3.2)
bridgetown-seo-tag (5.0.0)
bridgetown (>= 0.20.0, < 2.0)
colorator (1.1.0)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
drb (2.2.0)
ruby2_keywords
erubi (1.11.0)
faraday (1.10.2)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
ffi (1.15.5)
csv (3.2.8)
drb (2.2.1)
erubi (1.12.0)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-net_http (3.1.0)
net-http
ffi (1.16.3)
hash_with_dot_access (1.2.0)
activesupport (>= 5.0.0, < 8.0)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (5.4.0)
listen (3.7.1)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
minitest (5.21.2)
multipart-post (2.2.3)
minitest (5.22.3)
mutex_m (0.2.0)
net-http (0.4.1)
uri
nio4r (2.7.0)
public_suffix (5.0.0)
public_suffix (5.0.4)
puma (5.6.8)
nio4r (~> 2.0)
rack (3.0.6.1)
rake (13.0.6)
rack (2.2.8.1)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
roda (3.60.0)
rexml (3.2.6)
roda (3.78.0)
rack
rouge (3.30.0)
ruby2_keywords (0.0.5)
serbea (1.0.1)
activesupport (>= 6.0)
erubi (>= 1.10)
tilt (~> 2.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (1.2.1)
tilt (2.0.11)
thor (1.3.1)
tilt (2.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
webrick (1.7.0)
zeitwerk (2.6.0)
uri (0.13.0)
zeitwerk (2.6.13)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
bridgetown (~> 1.1)
bridgetown (~> 1.2)
bridgetown-feed
bridgetown-seo-tag
puma (~> 5.6)
rack (~> 2.2)

BUNDLED WITH
2.3.16
3 changes: 3 additions & 0 deletions config/initializers.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bridgetown.configure do |config|
init :dotenv
end

0 comments on commit fd8bcf1

Please sign in to comment.