Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Nov 12, 2024
1 parent e1655d4 commit 1a5b153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
channel: 'experimental'
os: 'ubuntu-latest'

continue-on-error: ${{ matrix.channel != 'stable' }}
continue-on-error: true # ${{ matrix.channel != 'stable' }}

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ group :test do
gem 'builder'

rails_version = RUBY_VERSION =~ /\A(1|2.[01])/ ? '~> 4.0' : '>= 4.0'
sqlite3_version = RUBY_VERSION >= '2.5' ? '>= 1.5' : '< 1.5'
# FIXTURES
gem 'rack-test', :require => 'rack/test'
gem 'activerecord', rails_version, :require => 'active_record'
gem 'sqlite3'
gem 'sqlite3', sqlite3_version
gem 'sinatra', '>= 1.2.0'
gem 'hashie'
gem 'riot'
Expand Down

0 comments on commit 1a5b153

Please sign in to comment.