Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ds/ruby 2.7.6 #876

Open
wants to merge 5 commits into
base: staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.4
ruby-version: 2.7.6
bundler-cache: true

- name: Setup Databse
Expand All @@ -35,7 +35,7 @@ jobs:
RAILS_ENV: test

- name: Run tests
run: bundle exec rspec --color --format progress --require spec_helper --require rails_helper
env:
RAILS_ENV: test
CC_TEST_REPORTER_ID: true
run: bundle exec rspec --color --format progress --require spec_helper --require rails_helper
3 changes: 2 additions & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
2.7.4
2.7.6

5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '2.7.4'
ruby '2.7.6'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.1.4.7'
Expand All @@ -16,9 +16,6 @@ gem 'uglifier'
# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 5.0'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', '~> 0.12.0', platforms: :ruby

# Use jquery as the JavaScript library
gem 'jquery-rails', '~> 4.3'

Expand Down
13 changes: 4 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ GEM
addressable (~> 2.7)
letter_opener (1.7.0)
launchy (~> 2.2)
libv8 (3.16.14.19)
loofah (2.16.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -279,7 +278,6 @@ GEM
raindrops (0.19.1)
rake (13.0.6)
rdoc (6.3.1)
ref (2.0.0)
regexp_parser (2.1.1)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
Expand All @@ -304,7 +302,7 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.2)
rubocop (1.11.0)
rubocop (1.13.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -361,9 +359,6 @@ GEM
net-ssh (>= 2.8.0)
terrapin (0.6.0)
climate_control (>= 0.0.3, < 1.0)
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
thor (1.2.1)
tilt (2.0.10)
timeliness (0.4.4)
Expand Down Expand Up @@ -460,7 +455,6 @@ DEPENDENCIES
sentry-raven
simple_form
simplecov
therubyracer (~> 0.12.0)
tinymce-rails (~> 5.6)
tinymce-rails-langs (~> 5.20200505)
traco
Expand All @@ -473,7 +467,8 @@ DEPENDENCIES
will_paginate-bootstrap

RUBY VERSION
ruby 2.7.4p191
ruby 2.7.6p219


BUNDLED WITH
2.1.4
2.3.11
69 changes: 0 additions & 69 deletions lib/tasks/project.rake

This file was deleted.