Skip to content

Commit

Permalink
Updates version, remove pry from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Evans committed Oct 5, 2017
1 parent 398b983 commit 4b7b8e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
params_deserializers (1.2.0)
params_deserializers (2.0.0)
activesupport (>= 5.0)

GEM
Expand Down Expand Up @@ -171,7 +171,6 @@ PLATFORMS
DEPENDENCIES
guard-rspec
params_deserializers!
pry
rails (>= 5.0)
rspec-rails
sqlite3
Expand Down
2 changes: 1 addition & 1 deletion lib/params_deserializers/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
# POSSIBILITY OF SUCH DAMAGE.

module ParamsDeserializers
VERSION = "1.2.0"
VERSION = "2.0.0"
end
1 change: 0 additions & 1 deletion params_deserializers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ Gem::Specification.new do |s|
s.add_development_dependency 'sqlite3'
s.add_development_dependency 'rails', '>= 5.0'
s.add_development_dependency 'rspec-rails'
s.add_development_dependency 'pry'
end

0 comments on commit 4b7b8e3

Please sign in to comment.