Skip to content

Commit 4be8aa9

Browse files
committed
Update rails 5.2 setup
1 parent 99b53a3 commit 4be8aa9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ruby.yml

+6
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,17 @@ jobs:
5050

5151
steps:
5252
- uses: actions/checkout@v2
53+
- name: Install sqlite3
54+
run: sudo apt-get update && sudo apt-get install -y libsqlite3-dev
5355
- name: Set up Ruby
5456
uses: ruby/setup-ruby@v1
5557
with:
5658
ruby-version: 2.6
5759
bundler-cache: true
60+
- name: Update RubyGems
61+
run: |
62+
gem update --system 3.2.3
63+
gem install bundler
5864
- name: Run tests
5965
run: bundle exec rake
6066
- name: Run interaction tests

0 commit comments

Comments
 (0)