Skip to content

Commit

Permalink
bump gems
Browse files Browse the repository at this point in the history
UPDATED:
capybara              2.10.1  2.10.2
coffee-script-source  1.10.0  1.11.1
geocoder              1.4.0   1.4.1
hashdiff              0.3.0   0.3.1
jquery-ui-rails       5.0.5   6.0.1
minitest              5.9.1   5.10.1
puma                  3.6.0   3.6.2
thor                  0.19.1  0.19.4
uglifier              3.0.3   3.0.4
webmock               2.1.0   2.3.0
  • Loading branch information
tjgrathwell committed Dec 5, 2016
1 parent 2e2baac commit 271ceef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Expand Up @@ -66,7 +66,7 @@ GEM
activesupport (>= 3.0.0)
uniform_notifier (~> 1.10.0)
byebug (9.0.6)
capybara (2.10.1)
capybara (2.10.2)
addressable
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
Expand All @@ -84,7 +84,7 @@ GEM
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.10.0)
coffee-script-source (1.11.1)
concurrent-ruby (1.0.2)
crack (0.4.3)
safe_yaml (~> 1.0.0)
Expand Down Expand Up @@ -121,7 +121,7 @@ GEM
multipart-post (>= 1.2, < 3)
font-awesome-rails (4.7.0.0)
railties (>= 3.2, < 5.1)
geocoder (1.4.0)
geocoder (1.4.1)
globalid (0.3.7)
activesupport (>= 4.1.0)
gmaps4rails (2.1.2)
Expand All @@ -131,7 +131,7 @@ GEM
multi_json (~> 1.0)
sprockets (>= 2.0.0)
tilt (>= 1.2)
hashdiff (0.3.0)
hashdiff (0.3.1)
hashie (3.4.6)
heroku-api (0.4.2)
excon (~> 0.45)
Expand All @@ -157,7 +157,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (5.0.5)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
json (1.8.3)
jwt (1.5.6)
Expand All @@ -172,7 +172,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.9.1)
minitest (5.10.1)
multi_json (1.12.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
cliver (~> 0.3.1)
websocket-driver (>= 0.2.0)
public_suffix (2.0.4)
puma (3.6.0)
puma (3.6.2)
pundit (1.1.0)
activesupport (>= 3.0.0)
quiet_assets (1.1.0)
Expand Down Expand Up @@ -322,17 +322,17 @@ GEM
sqlite3 (1.3.12)
test_after_commit (1.1.0)
activerecord (>= 3.2)
thor (0.19.1)
thor (0.19.4)
thread_safe (0.3.5)
tilt (2.0.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (3.0.3)
uglifier (3.0.4)
execjs (>= 0.3.0, < 3)
uniform_notifier (1.10.0)
warden (1.2.6)
rack (>= 1.0)
webmock (2.1.0)
webmock (2.3.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/application.js
Expand Up @@ -6,7 +6,7 @@
//
//= require jquery2
//= require jquery_ujs
//= require jquery-ui/datepicker
//= require jquery-ui/widgets/datepicker
//= require bootstrap/collapse
//= require bootstrap/transition
//= require bootstrap/modal
Expand Down

0 comments on commit 271ceef

Please sign in to comment.