Skip to content

Commit

Permalink
Don't declare dependency on gherkin. Closes cucumber-attic#77.
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Oct 3, 2010
1 parent 1bb795c commit d2f7db6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 10 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
== 0.4.1 (2010-10-03)

=== Bugfixes
* Dependency conflict with cuke4duke 0.3.2, gherkin-2.1.4 and cucumber-0.9.0 ruby gem (#77 Aslak Hellesøy)

== 0.4.0 (2010-10-03)

=== New Features
* Completely rewrote the build system to use Bundler. (Aslak Hellesøy)

== 0.3.3 (2010-10-01)

=== Bugfixes
Expand Down
5 changes: 0 additions & 5 deletions cuke4duke/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
<name>Cuke4Duke: Core</name>

<dependencies>
<dependency>
<groupId>gherkin</groupId>
<artifactId>gherkin</artifactId>
<version>2.2.5</version>
</dependency>
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
Expand Down

0 comments on commit d2f7db6

Please sign in to comment.