Skip to content

Commit

Permalink
remove version lock on paper_trail
Browse files Browse the repository at this point in the history
  • Loading branch information
andey committed Dec 27, 2014
1 parent fc294d6 commit 9c8ad7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -24,7 +24,7 @@ gem 'dalli'
gem 'fog'
gem 'paperclip', '3.5.4'
gem 'aws-sdk'
gem 'paper_trail', ' 3.0.5'
gem 'paper_trail'
gem 'airbrake'
gem 'httparty'
gem 'meta-tags', :require => 'meta_tags'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -235,7 +235,7 @@ GEM
nokogiri (1.6.5)
mini_portile (~> 0.6.0)
orm_adapter (0.5.0)
paper_trail (3.0.5)
paper_trail (3.0.6)
activerecord (>= 3.0, < 5.0)
activesupport (>= 3.0, < 5.0)
paperclip (3.5.4)
Expand Down Expand Up @@ -386,7 +386,7 @@ DEPENDENCIES
jquery-rails
meta-tags
newrelic_rpm
paper_trail (= 3.0.5)
paper_trail
paperclip (= 3.5.4)
pg
rails (= 4.1.8)
Expand Down

0 comments on commit 9c8ad7e

Please sign in to comment.