Skip to content

Commit

Permalink
Update Dependencies & Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkravets committed Feb 2, 2016
1 parent f049dcf commit e2c6f85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'
gemspec

gem "railties", "~> 4.2.0"
gem "sprockets-rails"
gem "sprockets-rails", ">= 3.0"
4 changes: 2 additions & 2 deletions konacha.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ the asset pipeline and engines.}
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = "konacha"
gem.require_paths = ["lib"]
gem.version = "3.7.0"
gem.version = "3.8.0"
gem.license = "MIT"

gem.add_dependency "railties", ">= 3.1", "< 5"
gem.add_dependency "actionpack", ">= 3.1", "< 5"
gem.add_dependency "sprockets", ">= 2", "< 4"
gem.add_dependency "sprockets", ">= 3", "< 4"
gem.add_dependency "capybara"
gem.add_dependency "colorize"
gem.add_dependency "tilt"
Expand Down

0 comments on commit e2c6f85

Please sign in to comment.