inline_forms 1.6.22 → 1.6.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -121,7 +121,7 @@ module InlineForms
121
121
  gem 'test-unit'
122
122
  gem 'rails', '~> 3.2.12'
123
123
  gem 'rake'
124
- gem 'jquery-rails', '~> 3.0.2'
124
+ gem 'jquery-rails', '~> 2.3.0'
125
125
  gem 'jquery-ui-rails'
126
126
  gem 'capistrano'
127
127
  gem 'will_paginate', :git => 'git://github.com/acesuares/will_paginate.git'
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module InlineForms
3
- VERSION = "1.6.22"
3
+ VERSION = "1.6.23"
4
4
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: inline_forms
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.6.22
5
+ version: 1.6.23
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ace Suares