Skip to content

Commit ced4c93

Browse files
authored
Revert Ruby version changes from search bar PR (pytorch#135)
This was breaking the CircleCI push. We should be more flexible with our Ruby version; but not now. Let's wait until after the 1.0 launch
1 parent 1fdc8a1 commit ced4c93

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.3
1+
2.5.1

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
2-
ruby "2.5.3"
2+
ruby "2.5.1"
33

44
group :jekyll_plugins do
55
gem "github-pages"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ DEPENDENCIES
253253
jekyll-paginate-v2
254254

255255
RUBY VERSION
256-
ruby 2.5.3p105
256+
ruby 2.5.1p57
257257

258258
BUNDLED WITH
259-
1.17.1
259+
1.16.3

0 commit comments

Comments
 (0)