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

Commit

Permalink
Merge pull request #14 from scholastica/master
Browse files Browse the repository at this point in the history
Relaxing rails version >= 3.1
  • Loading branch information
dnagir committed Jan 8, 2015
2 parents 1a601e8 + 6bd1b4c commit b6fc021
Show file tree
Hide file tree
Showing 4 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 b6fc021

Please sign in to comment.