Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
Relaxing rails version >= 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
georgediaz88 committed Jan 3, 2015
1 parent 1a601e8 commit 8469d47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios-checkboxes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features,build}/*`.split("\n")
s.require_paths = ["lib"]

s.add_dependency "rails", "~> 3.1"
s.add_dependency "rails", ">= 3.1"
s.add_dependency "sass-rails"

s.add_development_dependency "rspec-rails"
Expand Down
2 changes: 1 addition & 1 deletion lib/ios-checkboxes/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module IosCheckboxes
VERSION = "0.2.1"
VERSION = "0.2.2"
end

0 comments on commit 8469d47

Please sign in to comment.