Skip to content

Commit

Permalink
Merge pull request #22 from imgix/update-to-imgix-rb-1.1.0
Browse files Browse the repository at this point in the history
Update to imgix-rb 1.1.0
  • Loading branch information
paulstraw committed Feb 25, 2016
2 parents 01d147a + 2a1319e commit 6d154c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: ruby
before_install:
- rvm get head
rvm:
- 2.2.2
- 2.3.0
- 2.2.4
- 2.1.8
- jruby-9.0.5.0
- rbx-2.11
script: bundle exec rspec
2 changes: 1 addition & 1 deletion imgix-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency "imgix", "~> 1.0", ">= 1.0.0"
spec.add_runtime_dependency "imgix", "~> 1.1", ">= 1.1.0"

spec.add_development_dependency "bundler", "~> 1.9"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit 6d154c4

Please sign in to comment.