Skip to content

Commit 9a37fa9

Browse files
committed
Bump Rails dependency to >=3.2.16
1 parent 4c1ca72 commit 9a37fa9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

History.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# master
22

3+
* Bump Rails dependency to `>=3.2.16`
4+
35
# 4.1.2
46

57
* Re-release 4.1.0 as 4.1.2; last version compatible with Rails 3.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Dependency Status](https://gemnasium.com/joliss/jquery-ui-rails.png)](https://gemnasium.com/joliss/jquery-ui-rails)
55

66
This gem packages the jQuery UI assets (JavaScripts, stylesheets, and
7-
images) for the Rails 3.1+ [asset
7+
images) for the Rails [asset
88
pipeline](http://guides.rubyonrails.org/asset_pipeline.html), so you never have
99
to download a custom package through the [web
1010
interface](http://jqueryui.com/download) again.

jquery-ui-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313

1414
s.required_rubygems_version = ">= 1.3.6"
1515

16-
s.add_dependency "railties", ">= 3.1.0"
16+
s.add_dependency "railties", ">= 3.2.16"
1717

1818
s.add_development_dependency "json", "~> 1.7"
1919

0 commit comments

Comments
 (0)