Skip to content

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed May 15, 2017
1 parent cf51474 commit dd9543e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ language: ruby
sudo: false
cache: bundler
rvm:
- 2.2.5
- 2.3.0
- 2.4.0
- 2.2.7
- 2.3.4
- 2.4.1
env:
- 'TEST_RAILS_VERSION="~> 4.2.0"'
- 'TEST_RAILS_VERSION="~> 5.0.0"'
- 'TEST_RAILS_VERSION="~> 5.1.0"'
- 'TEST_RAILS_VERSION="~> 5.1.1"'
4 changes: 2 additions & 2 deletions angular_rails_csrf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '~> 12.0'
s.add_development_dependency 'test-unit', '~> 3.2'
if ENV['TEST_RAILS_VERSION'].nil?
s.add_development_dependency 'rails', '5.1.0'
s.add_development_dependency 'rails', '5.1.1'
else
s.add_development_dependency 'rails', ENV['TEST_RAILS_VERSION'].to_s
end

s.add_runtime_dependency 'railties', '>= 3', '<= 5.1'
s.add_runtime_dependency 'railties', '>= 3', '< 5.2'
end
2 changes: 1 addition & 1 deletion lib/angular_rails_csrf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AngularRailsCsrf
VERSION = "2.1.0"
VERSION = "2.1.1"
end

0 comments on commit dd9543e

Please sign in to comment.