Skip to content

Commit b3c290f

Browse files
authored
Merge pull request #2 from taneliang/master
Add support for Rails 5
2 parents 6426220 + b3df9f8 commit b3c290f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap-tabdrop-rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Gem::Specification.new do |spec|
1919
spec.add_development_dependency "bundler", "~> 1.3"
2020
spec.add_development_dependency "rake"
2121

22-
spec.add_dependency "railties", "~> 4"
22+
spec.add_dependency "railties", ">= 4"
2323
end
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Bootstrap
22
module Tabdrop
33
module Rails
4-
VERSION = "0.0.1"
4+
VERSION = "0.0.2"
55
end
66
end
77
end

0 commit comments

Comments
 (0)