Skip to content

Commit

Permalink
update CI Ruby to 2.7 and Bundler 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jfredrickson committed Sep 2, 2021
1 parent 3b8a378 commit ebb3304
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ version: 2.1
jobs:
test:
docker:
- image: circleci/ruby:2.6-node-browsers
- image: circleci/ruby:2.7-node-browsers
environment:
BUNDLER_VERSION: 2.1.4
BUNDLER_VERSION: 2.2.3

working_directory: ~/repo

Expand Down
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.5)
activesupport (5.2.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand All @@ -20,19 +20,19 @@ GEM
execjs
colorator (1.1.0)
colorize (0.8.1)
concurrent-ruby (1.1.8)
concurrent-ruby (1.1.9)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eslintrb (2.1.0)
execjs
multi_json (>= 1.3)
rake
ethon (0.13.0)
ethon (0.14.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.7.0)
ffi (1.15.0)
execjs (2.8.1)
ffi (1.15.4)
forwardable-extended (2.6.0)
hawkins (2.0.5)
em-websocket (~> 0.5)
Expand Down Expand Up @@ -67,9 +67,9 @@ GEM
autoprefixer-rails (~> 9.3)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-toc (0.17.0)
jekyll-toc (0.17.1)
jekyll (>= 3.9)
nokogiri (~> 1.10)
nokogiri (~> 1.11)
jekyll-watch (2.2.1)
listen (~> 3.0)
json-schema (2.8.1)
Expand All @@ -79,24 +79,24 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.5.1)
listen (3.7.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.5.1)
mini_portile2 (2.6.1)
minitest (5.14.4)
multi_json (1.15.0)
nokogiri (1.11.4)
mini_portile2 (~> 2.5.0)
nokogiri (1.12.4)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
parallel (1.20.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
power_assert (2.0.0)
power_assert (2.0.1)
public_suffix (4.0.6)
racc (1.5.2)
rake (13.0.3)
rb-fsevent (0.10.4)
rake (13.0.6)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
Expand All @@ -107,7 +107,7 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
test-unit (3.4.0)
test-unit (3.4.4)
power_assert
thread_safe (0.3.6)
typhoeus (1.4.0)
Expand Down

0 comments on commit ebb3304

Please sign in to comment.