Skip to content

Commit

Permalink
update Rails compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Jul 13, 2016
1 parent a5b5a8f commit 21467ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blacklight_heatmaps.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir['{app,config,db,lib,vendor}/**/*', 'LICENSE.txt', 'Rakefile', 'README.md']
s.test_files = Dir['spec/**/*']

s.add_dependency 'rails', '~> 4.2.6'
s.add_dependency 'rails', '>= 4.2', '< 6'
s.add_dependency 'blacklight', '~> 6.0'
s.add_dependency 'leaflet-rails'
s.add_dependency 'leaflet-sidebar-rails', '~> 0.1.9'
Expand Down

0 comments on commit 21467ec

Please sign in to comment.