Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gon from 5.2.3 to 6.4.0 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem "globalize", "3.1.0" # internationalization
gem "psych", "2.0.13" # yaml parser - default psych in rails has issues
#gem "will_paginate", "3.0.3" # add paging to long lists
gem "kaminari", "~> 0.16.3"
gem "gon", "5.2.3" # push data into js
gem "gon", "6.4.0" # push data into js
gem "dynamic_form", "1.1.4" # to see form error messages
gem "i18n-js", "~> 2.1.2" # to show translations in javascript
gem "paperclip", "~> 3.4.0" # to upload files
Expand Down
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ GEM
coffee-script-source (1.10.0)
columnize (0.9.0)
commonjs (0.2.7)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.8)
database_cleaner (1.3.0)
devise (2.0.4)
bcrypt-ruby (~> 3.0)
Expand Down Expand Up @@ -137,11 +137,11 @@ GEM
globalize (3.1.0)
activemodel (>= 3.1.0, < 4.0.0)
activerecord (>= 3.1.0, < 4.0.0)
gon (5.2.3)
actionpack (>= 2.3.0)
json
gon (6.4.0)
actionpack (>= 3.0.20)
i18n (>= 0.7)
multi_json
request_store (>= 1.0.5)
request_store (>= 1.0)
has_permalink (0.1.7)
hashie (3.4.3)
headless (2.2.0)
Expand Down Expand Up @@ -195,7 +195,7 @@ GEM
method_source (0.8.2)
mime-types (1.25.1)
mini_portile (0.6.2)
multi_json (1.13.1)
multi_json (1.15.0)
multi_xml (0.5.5)
multipart-post (2.0.0)
mysql2 (0.3.21)
Expand Down Expand Up @@ -245,7 +245,7 @@ GEM
pry (~> 0.10)
psych (2.0.13)
rack (1.4.7)
rack-cache (1.7.2)
rack-cache (1.12.1)
rack (>= 0.4)
rack-ssl (1.3.4)
rack
Expand Down Expand Up @@ -276,7 +276,8 @@ GEM
ffi (>= 0.5.0)
rdoc (3.9.5)
ref (2.0.0)
request_store (1.2.0)
request_store (1.5.0)
rack (>= 1.4)
rspec-core (3.1.7)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.2)
Expand Down Expand Up @@ -377,7 +378,7 @@ DEPENDENCIES
formtastic (= 2.1.1)
formtastic-bootstrap!
globalize (= 3.1.0)
gon (= 5.2.3)
gon (= 6.4.0)
has_permalink (~> 0.1.4)
headless
i18n-js (~> 2.1.2)
Expand Down