Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 6a1ae52

Browse files
committed
Fixed ruby version 🚀
1 parent 28e2ad6 commit 6a1ae52

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.2.2)
4+
activesupport (6.0.3.1)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
9-
zeitwerk (~> 2.2)
9+
zeitwerk (~> 2.2, >= 2.2.2)
1010
addressable (2.7.0)
1111
public_suffix (>= 2.0.2, < 5.0)
1212
coffee-script (2.4.1)
@@ -210,7 +210,7 @@ GEM
210210
jekyll (>= 3.5, < 5.0)
211211
jekyll-feed (~> 0.9)
212212
jekyll-seo-tag (~> 2.1)
213-
minitest (5.14.0)
213+
minitest (5.14.1)
214214
multipart-post (2.1.1)
215215
nokogiri (1.10.9)
216216
mini_portile2 (~> 2.4.0)
@@ -224,7 +224,7 @@ GEM
224224
forwardable-extended (~> 2.6)
225225
public_suffix (3.1.1)
226226
rainbow (3.0.0)
227-
rb-fsevent (0.10.3)
227+
rb-fsevent (0.10.4)
228228
rb-inotify (0.10.1)
229229
ffi (~> 1.0)
230230
rouge (3.13.0)
@@ -243,7 +243,7 @@ GEM
243243
terminal-table (1.8.0)
244244
unicode-display_width (~> 1.1, >= 1.1.1)
245245
thread_safe (0.3.6)
246-
typhoeus (1.3.1)
246+
typhoeus (1.4.0)
247247
ethon (>= 0.9.0)
248248
tzinfo (1.2.7)
249249
thread_safe (~> 0.1)

_scripts/setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ npm install --global gulp-cli@2.2.0
66

77
# Install gem dependecies
88
gem install bundler
9-
bundle install --path vendor/bundle
9+
bundle config set path 'vendor/bundle'
10+
bundle install
1011

1112
# Install npm dependecies
1213
npm install

0 commit comments

Comments
 (0)