Skip to content

Commit

Permalink
should fix the broken specs in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Sep 6, 2021
1 parent 1bb0698 commit 75383c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ gem 'wdm', '~> 0.1.1', require: 'wdm' if RUBY_PLATFORM =~ /mswin|mingw/i
# Development
gem 'locomotivecms_common', github: 'locomotivecms/common', ref: '2f9ba59' , require: false
gem 'locomotivecms_coal', github: 'locomotivecms/coal', ref: '3c5f8f8', require: false
# gem 'locomotivecms_steam', github: 'locomotivecms/steam', ref: 'db1ad38', require: false
gem 'locomotivecms_steam', github: 'locomotivecms/steam', ref: '8eb4c45', require: false
# gem 'duktape', github: 'judofyr/duktape.rb', ref: '20ef6a5'

# Local development
# gem 'locomotivecms_coal', path: '../coal', require: false
gem 'locomotivecms_steam', path: '../steam', require: false
# gem 'locomotivecms_steam', path: '../steam', require: false
# gem 'locomotivecms_common', path: '../common', require: false

group :development, :test do
Expand Down

0 comments on commit 75383c9

Please sign in to comment.