Skip to content

Commit

Permalink
Remove restrictions here
Browse files Browse the repository at this point in the history
  • Loading branch information
pikesley committed Aug 4, 2014
1 parent 25df9eb commit 4158f06
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
Expand Up @@ -12,7 +12,7 @@ gem 'kramdown'
gem 'activesupport'
gem 'rack-google-analytics'
gem 'chunky_png'
gem 'actionpack', '~> 4'
gem 'actionpack' #, '~> 4'

group :test do
gem 'capybara-webkit'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ PLATFORMS
ruby

DEPENDENCIES
actionpack (~> 4)
actionpack
activesupport
capybara-webkit
chunky_png
Expand Down

0 comments on commit 4158f06

Please sign in to comment.