Skip to content

Commit

Permalink
Fixin CI due to inconsistent active support version
Browse files Browse the repository at this point in the history
  • Loading branch information
rottgoth committed Oct 5, 2017
1 parent 5278829 commit f898758
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
trubl (1.9.10)
activesupport (>= 3.2.11)
trubl (1.9.11)
activesupport (~> 4.2.10)
faraday (>= 0.8.4)
hashie (~> 3.5.6)
httmultiparty (~> 0.3.10)
Expand Down Expand Up @@ -38,7 +38,7 @@ GEM
httparty (>= 0.7.3)
mimemagic
multipart-post
httparty (0.14.0)
httparty (0.15.6)
multi_xml (>= 0.5.2)
i18n (0.8.6)
json (1.8.6)
Expand All @@ -59,7 +59,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.6.8)
rack (2.0.3)
rake (12.1.0)
rspec (3.5.0)
rspec-core (~> 3.5.0)
Expand Down
2 changes: 1 addition & 1 deletion trubl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'httparty'
spec.add_dependency 'httmultiparty', '~> 0.3.10'
spec.add_dependency 'faraday', '>= 0.8.4'
spec.add_dependency 'activesupport', '>= 3.2.11'
spec.add_dependency 'activesupport', '~> 4.2.10'
spec.add_dependency 'oauth2', '~> 1.0'
spec.add_dependency 'hashie', '~> 3.5.6'
spec.add_dependency 'rake'
Expand Down

0 comments on commit f898758

Please sign in to comment.