Skip to content

Commit

Permalink
Experiment with requiring concurrent/promise
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Brown committed Jul 8, 2024
1 parent 6a89a53 commit dbd8fcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
env:
TEST_RAILS_VERSION: ${{ matrix.rails-version }}
DEBUG: true
- name: Fix concurrent ruby
if: matrix.rails-version == '4.2'
run: sudo gem install concurrent-ruby -n /usr/local/bin/
# - name: Fix concurrent ruby
# if: matrix.rails-version == '4.2'
# run: sudo gem install concurrent-ruby -n /usr/local/bin/
- name: Run tests
run: bundle exec rake
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require 'active_resource'
require 'active_support'
require 'active_support/time'
require 'concurrent/promise'

$:.unshift(File.dirname(__FILE__) + '/../lib')
require 'cached_resource'
Expand Down

0 comments on commit dbd8fcc

Please sign in to comment.