Skip to content

Commit

Permalink
Bump up ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
malkoG committed Oct 2, 2023
1 parent c33d4a8 commit dcfb7cd
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.5
3.1.3
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

# If you need to upgrade/switch Bridgetown versions, change the line below
# and then run `bundle update bridgetown`
gem "bridgetown", "~> 1.0.0"
gem "bridgetown", "~> 1.2.0"

# Uncomment to add file-based dynamic routing to your project:
# gem "bridgetown-routes", "~> 1.0.0", group: :bridgetown_plugins
Expand Down
85 changes: 39 additions & 46 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.2.3)
activesupport (= 7.0.2.3)
activesupport (7.0.2.3)
activemodel (7.0.8)
activesupport (= 7.0.8)
activesupport (7.0.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
amazing_print (1.4.0)
bridgetown (1.0.0)
bridgetown-builder (= 1.0.0)
bridgetown-core (= 1.0.0)
bridgetown-paginate (= 1.0.0)
bridgetown-builder (1.0.0)
bridgetown-core (= 1.0.0)
bridgetown-core (1.0.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
amazing_print (1.5.0)
bridgetown (1.2.0)
bridgetown-builder (= 1.2.0)
bridgetown-core (= 1.2.0)
bridgetown-paginate (= 1.2.0)
bridgetown-builder (1.2.0)
bridgetown-core (= 1.2.0)
bridgetown-core (1.2.0)
activemodel (>= 6.0, < 8.0)
activesupport (>= 6.0, < 8.0)
addressable (~> 2.4)
Expand All @@ -32,24 +32,22 @@ GEM
kramdown-parser-gfm (~> 1.0)
liquid (~> 5.0)
listen (~> 3.0)
rack-indifferent (>= 1.2.0)
rake (>= 13.0)
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.0.0)
bridgetown-core (= 1.0.0)
bridgetown-paginate (1.2.0)
bridgetown-core (= 1.2.0)
colorator (1.1.0)
concurrent-ruby (1.1.9)
erubi (1.10.0)
faraday (1.10.0)
concurrent-ruby (1.2.2)
erubi (1.12.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand All @@ -65,65 +63,60 @@ GEM
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.3)
multipart-post (>= 1.2, < 3)
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)
ffi (1.16.2)
hash_with_dot_access (1.2.0)
activesupport (>= 5.0.0, < 8.0)
i18n (1.10.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
kramdown (2.3.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (5.2.0)
listen (3.7.1)
liquid (5.4.0)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
minitest (5.15.0)
multipart-post (2.1.1)
minitest (5.20.0)
multipart-post (2.3.0)
nio4r (2.5.8)
public_suffix (4.0.6)
public_suffix (5.0.3)
puma (5.6.2)
nio4r (~> 2.0)
rack (2.2.3)
rack-indifferent (1.2.0)
rack (>= 1.5)
rack (3.0.8)
rake (13.0.6)
rb-fsevent (0.11.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
roda (3.54.0)
rexml (3.2.6)
roda (3.72.0)
rack
rouge (3.28.0)
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.10)
tzinfo (2.0.4)
thor (1.2.2)
tilt (2.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
webrick (1.7.0)
zeitwerk (2.5.4)
webrick (1.8.1)
zeitwerk (2.6.12)

PLATFORMS
ruby

DEPENDENCIES
bridgetown (~> 1.0.0)
bridgetown (~> 1.2.0)
bridgetown-feed (~> 2.1)
puma (~> 5.6)

Expand Down

0 comments on commit dcfb7cd

Please sign in to comment.