Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Update ruby version. Update activesupport
Browse files Browse the repository at this point in the history
  • Loading branch information
iSarCasm committed Feb 14, 2018
1 parent d4bae76 commit a6e8037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.3
2.2.2
2 changes: 1 addition & 1 deletion tackle_box.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 = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ['lib']

gem.add_dependency 'activesupport', '~> 3.2'
gem.add_dependency 'activesupport', '~> 5.1'
gem.add_dependency 'shorturl', '~> 1.0'
gem.add_dependency 'liquid', '~> 2.4'
gem.add_dependency 'nokogiri', '~> 1.6'
Expand Down

0 comments on commit a6e8037

Please sign in to comment.