Skip to content

Commit 4a60b3d

Browse files
committed
Bump to rails 6 and ruby 2.7
1 parent ac72188 commit 4a60b3d

132 files changed

Lines changed: 6 additions & 5 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ruby.yml

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

1010
steps:
1111
- uses: actions/checkout@v1
12-
- name: Set up Ruby 2.5.7
12+
- name: Set up Ruby 2.7
1313
uses: actions/setup-ruby@v1
1414
with:
15-
ruby-version: 2.5.7
15+
ruby-version: 2.7.x
16+
1617
- name: Build and test
1718
run: |
1819
gem install bundler:1.16.1

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.7
1+
2.7.1

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', '~> 4.0'
3+
gem 'rails', '~> 6.0'
44

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

spec/dummy/config/environments/test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
config.eager_load = false
1414

1515
# Configure static file server for tests with Cache-Control for performance.
16-
if Rails.version.starts_with?("5")
16+
if Rails.version.start_with?("5")
1717
config.public_file_server.enabled = true
1818
config.public_file_server.headers = { 'Cache-Control' => 'public, max-age=3600' }
1919
else
-40 KB
Binary file not shown.

vendor/cache/actioncable-6.1.1.gem

40.5 KB
Binary file not shown.
21.5 KB
Binary file not shown.
-26.5 KB
Binary file not shown.
-28 KB
Binary file not shown.
30 KB
Binary file not shown.

0 commit comments

Comments
 (0)