mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +00:00
[travisci] Fix gemspec path in gemfiles
This commit is contained in:
parent
da2f265e7e
commit
3cec847048
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
gemspec
|
gemspec path: '../'
|
||||||
|
|
||||||
gem 'activesupport', '~> 3.2.0'
|
gem 'activesupport', '~> 3.2.0'
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
gemspec
|
gemspec path: '../'
|
||||||
|
|
||||||
gem 'activesupport', '~> 4.0.0'
|
gem 'activesupport', '~> 4.0.0'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue