Skip to content

Commit

Permalink
Update dependencies, fixes #1343
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Apr 11, 2017
1 parent 994b198 commit 66b0034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ GEM
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-support (~> 3.5.0)
rspec-sidekiq (3.0.0)
rspec-sidekiq (3.0.1)
rspec-core (~> 3.0, >= 3.0.0)
sidekiq (>= 2.4.0)
rspec-support (3.5.0)
Expand Down
2 changes: 1 addition & 1 deletion app/views/admin/stats/graphs.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="col-md-10">
<%= form_tag admin_graphs_path, method: :get, enforce_utf8: false do |f| %>
<h4>
<%= select_tag 'platform', options_for_select(Project.popular_platforms{|t| t['key'] }, @platform), onchange: "this.form.submit()" %>
<%= select_tag 'platform', options_for_select(Project.popular_platforms.map{|t| t['key'] }, @platform), onchange: "this.form.submit()" %>
</h4>
<% end %>
</div>
Expand Down

0 comments on commit 66b0034

Please sign in to comment.