Skip to content

Commit 4406cd2

Browse files
dbussinkleequarella
authored andcommitted
Run against latest Rails
1 parent f8f05de commit 4406cd2

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Set up Ruby 2.7
12+
- name: Set up Ruby 2.7.2
1313
uses: ruby/setup-ruby@v1
1414
with:
15-
ruby-version: 2.7.x
16-
15+
ruby-version: 2.7.2
1716
- name: Build and test
1817
run: |
19-
gem install bundler:1.16.1
2018
bundle install --binstubs
2119
bin/rspec

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'rails', '~> 6.0'
3+
gem 'rails'
44

55
group :development, :test do
66
gem "rspec-rails", "~> 3"

0 commit comments

Comments
 (0)