Skip to content

Commit

Permalink
drop pry from runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
noma4i committed Aug 15, 2020
1 parent de9954f commit 1dbdd97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.2.3
- Removed pry require in runtime

## 0.2.2
- Fixed missing connection if loaded from YAML
- Added tests for multiple connection switches with another block
Expand Down
1 change: 0 additions & 1 deletion lib/ar_shard/active_record.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'active_record'
require 'pry'

module ActiveRecord
mattr_accessor :klass_name
Expand Down
2 changes: 1 addition & 1 deletion lib/ar_shard/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ARShard
VERSION = "0.2.2"
VERSION = "0.2.3"
end

0 comments on commit 1dbdd97

Please sign in to comment.