mirror of
https://github.com/vidarh/ruby-x11
synced 2024-12-26 09:59:02 +01:00
Fix Gemfile to work w/renamed activesupport gem and https
This commit is contained in:
parent
fcd057fd4b
commit
600fcf975c
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -1,9 +1,9 @@
|
|||
source "http://rubygems.org"
|
||||
source "https://rubygems.org"
|
||||
|
||||
gemspec
|
||||
|
||||
gem 'rake'
|
||||
gem 'active_support'
|
||||
gem 'activesupport'
|
||||
|
||||
group :development do
|
||||
gem "hexdump"
|
||||
|
|
Loading…
Reference in a new issue