Skip to content

Commit

Permalink
Release 1.3.1 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Sep 5, 2019
1 parent b7cf7cf commit 511b015
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
19 changes: 12 additions & 7 deletions app/assets/javascripts/mapbox-gl.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/mapbox-gl/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module VERSION
# Minor version number
MINOR = 3
# Smallest version number
TINY = 0
TINY = 1

# Full version number
STRING = [MAJOR, MINOR, TINY].compact.join('.')
Expand Down
2 changes: 1 addition & 1 deletion mapbox-gl-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.test_files = `git ls-files -- test/*`.split("\n")
gem.require_paths = ['lib']

gem.add_dependency 'railties', '>= 3.2', '< 6.0'
gem.add_dependency 'railties', '>= 3.2'

gem.add_development_dependency 'activesupport'
gem.add_development_dependency 'sass-rails'
Expand Down

0 comments on commit 511b015

Please sign in to comment.