Skip to content

Commit

Permalink
CI: Add drb gem as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Feb 28, 2024
1 parent 938ad16 commit 0c03265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ gem 'rails', '6.1.3.1'
gem 'sqlite3'
gem 'mutex_m'
gem 'base64'
gem 'drb'

gemspec :path => '../'
1 change: 1 addition & 0 deletions gemfiles/rails_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ gem 'rails', '~> 7.0.3'
gem 'sqlite3'
gem 'mutex_m'
gem 'base64'
gem 'drb'

gemspec :path => '../'

0 comments on commit 0c03265

Please sign in to comment.