Skip to content

Commit

Permalink
Update activesupport dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alsemyonov committed Jan 10, 2016
1 parent 21f465d commit 941c1ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'http://rubygems.org'
source 'https://rubygems.org'

gemspec
2 changes: 1 addition & 1 deletion als_typograf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_paths = %w(lib)

s.add_runtime_dependency('activesupport', ['>= 4.1.11'])
s.add_runtime_dependency('activesupport', '>= 4.2.5')

s.add_development_dependency('activerecord')
s.add_development_dependency('sqlite3')
Expand Down

0 comments on commit 941c1ed

Please sign in to comment.