Skip to content

Commit

Permalink
diffend was causing some trouble updating the gems
Browse files Browse the repository at this point in the history
  • Loading branch information
rpbaltazar committed Jul 16, 2020
1 parent ff648f1 commit a8c646b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
jobs:
include:
- name: Rubocop Lint
script: gem install perx-rubocop && rubocop
script: gem install rubocop

allow_failures:
- rvm: ruby-head
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

source 'https://my.diffend.io/protect/gems'
source 'http://rubygems.org'

gemspec

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source "http://rubygems.org"

gem "perx-rubocop", "~> 0.0.3"
gem "rails", "~> 5.0.0"
gem "rubocop"

group :local do
gem "guard-rspec", "~> 4.2"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source "http://rubygems.org"

gem "perx-rubocop", "~> 0.0.3"
gem "rails", "~> 5.1.0"
gem "rubocop"

group :local do
gem "guard-rspec", "~> 4.2"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source "http://rubygems.org"

gem "perx-rubocop", "~> 0.0.3"
gem "rails", "~> 5.2.0"
gem "rubocop"

group :local do
gem "guard-rspec", "~> 4.2"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source "http://rubygems.org"

gem "perx-rubocop", "~> 0.0.3"
gem "rails", "~> 6.0.0"
gem "rubocop"

group :local do
gem "guard-rspec", "~> 4.2"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source "http://rubygems.org"

gem "perx-rubocop", "~> 0.0.3"
gem "rails", git: "https://github.com/rails/rails.git"
gem "rubocop"

group :local do
gem "guard-rspec", "~> 4.2"
Expand Down

0 comments on commit a8c646b

Please sign in to comment.